Last active
November 5, 2020 15:28
-
-
Save Ben-Epstein/d17d3833dd5466098f41599c5da1aa7f to your computer and use it in GitHub Desktop.
MLFlow start experiment and run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mlflow.set_experiment('Iris_classification') | |
mlflow.start_run(run_name='Spark Decision Tree') | |
get_mlflow_ui(mlflow.current_exp_id()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment