Grid Search with MLflow

Grid Search with MLflow#

Using MLflow, we can effectively grid search for the best combination of Popari hyperparameters. Note that you must have installed the optional MLflow-related dependencies first.

View results#

To view the results of your grid search (including relevant metrics), run the following command from the same folder

mlflow ui --port=5000

and navigate to localhost:5000 on your web browser.