Skip to content

Instantly share code, notes, and snippets.

@ikanez
Created July 13, 2019 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikanez/fb118c7fda1b4c54c410e04ac28beaed to your computer and use it in GitHub Desktop.
Save ikanez/fb118c7fda1b4c54c410e04ac28beaed to your computer and use it in GitHub Desktop.
Importing mlflow library
import os
import mlflow
import mlflow.sklearn
# Set the experiment name to an experiment
mlflow.set_experiment("/Shared/experiments/cryptocurrency/analysis-forecasting-1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment