Tim Blog

Himmel oder Hölle

jotai

Jotai is a state management library for React that will save you from boilerplate tears with its minimalistic API(when implementing Redux is the amount of boilerplate code that you need to write in...

jenkins

configure

causal effect analysis

we could be able to analyze whether one variable have an impact on another variable linear fitting import tensorflow as tf linear_model = tf.keras.Sequential([ layers.Dense(units=1, use_bias...

metaflow

a data science framework developed at Netflix that enables developers to define machine learning pipelines as dataflows python interface client for versioning and analytics out of the box

python logging

usually logging module is used to make python logs in files , console and elastic search import logging import sys from os import makedirs from os.path import dirname, exists from cmreslogging.ha...

makefiles

makefile basics compiler available: gcc(win, linux), clang(mac). define dependencies for make target target: dependency cmake basics set variable set(EXECUTABLE_NAME Executable) ...

pytest

usage features Filter warnings create a file called pytest.ini with following contents [pytest] addopts = -p no:warning Print the intermediate Output include -s at the end of pytest command rep...

mlops

this post is mainly purposed for Continuous Delivery for Machine Learning on local laptop relevant technologies Mlflow MLflow is an open source platform to manage the ML lifecycle, including exper...

distributed filesystem

simpliest distributed implementation is NFS with Helm chart, but there are some limitations such as share storage between pods and poor scaling ability GlusterFS and CephFS open-source software-d...

pycaret

it is a low-code machine learning library in Python that automates machine learning workflow Installation and usage # install pycaret pip install pycaret==2.0 # create notebook kernel linked...