Speed DialΒΆ

Cheat sheet and useful links

🌊 ML Flow¢

Starting the ML Flow server

mlflow server --host 127.0.0.1 --port 6969

Purging an ML Flow experiment (run in the same directory where you run the server):

mlflow gc --backend-store-uri ./mlruns

πŸͺ Jupyter NotebookΒΆ

Reload the modules automatically when I do local changes

%load_ext autoreload
%autoreload 2