Skip to content

Instantly share code, notes, and snippets.

@Ben-Epstein
Last active November 5, 2020 15:28
Show Gist options
  • Save Ben-Epstein/d17d3833dd5466098f41599c5da1aa7f to your computer and use it in GitHub Desktop.
Save Ben-Epstein/d17d3833dd5466098f41599c5da1aa7f to your computer and use it in GitHub Desktop.
MLFlow start experiment and run
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