Skip to content
Snippets Groups Projects

Resume from existing mlflow run

Merged Yoann Schneider requested to merge resume-from-existing-mlflow-run into main
All threads resolved!
2 files
+ 14
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -78,8 +78,8 @@ def get_config():
dataset_path = "."
params = {
"mlflow": {
"dataset_name": dataset_name,
"run_name": "Test log DAN",
"run_id": None,
"s3_endpoint_url": "",
"tracking_uri": "",
"experiment_id": "0",
Loading