Last active
March 4, 2022 10:14
-
-
Save Paulescu/b971e12a3952b499d20c2c6d8cbdb074 to your computer and use it in GitHub Desktop.
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
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