Skip to content

End active run before starting a new one

Yoann Schneider requested to merge end-mlflow-run into main

Closes #35 (closed)

To avoid the following exception:

Exception: Run with UUID 30d5d2ed9ee74de0a66ebd00921113fe is already active. To start a new run, first end the current run with mlflow.end_run(). To start a nested run, call start_run with nested=True

Merge request reports

Loading