Skip to content

Instantly share code, notes, and snippets.

@Paulescu
Last active March 4, 2022 10:14
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 Paulescu/b971e12a3952b499d20c2c6d8cbdb074 to your computer and use it in GitHub Desktop.
Save Paulescu/b971e12a3952b499d20c2c6d8cbdb074 to your computer and use it in GitHub Desktop.
import mlflow
from src.config import MLFLOW_RUNS_DIR
EXPERIMENT_NAME = 'hyperparameter_search'
mlflow.set_tracking_uri(str(MLFLOW_RUNS_DIR))
mlflow.set_experiment(EXPERIMENT_NAME)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment