Speed Dial ==================================== Cheat sheet and useful links |:ocean:| ML Flow +++++++++++++++++++ Starting the ML Flow server .. code-block:: bash mlflow server --host 127.0.0.1 --port 6969 Purging an ML Flow experiment (run in the same directory where you run the server): .. code-block:: bash mlflow gc --backend-store-uri ./mlruns |:ringed_planet:| Jupyter Notebook ++++++++++++++++++++++++++++++++++++++++ Reload the modules automatically when I do local changes .. code-block:: bash %load_ext autoreload %autoreload 2 |:link:| ----------------- - `Project board `_ - `Notebooks repo `_ - `Fink Broker `_ - `Fink ReadTheDocs `_