We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ada804 commit 582c183Copy full SHA for 582c183
model_search_upload.py
@@ -85,7 +85,7 @@ def uploat_to_mlflow(temp_dir, **context):
85
metrics=['mean_test_score', 'mean_fit_time']
86
87
for i, p in enumerate(dct['params'].values()):
88
- with client.start_run():
+ with client.create_run(experiment_id):
89
p = json.loads(p.replace('\'', '"'))
90
for parname, parvalue in p.items():
91
client.log_param(parname, value=parvalue)
0 commit comments