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