Skip to content

Commit

Permalink
Exp (mlflow#5509)
Browse files Browse the repository at this point in the history
Signed-off-by: dbczumar <corey.zumar@databricks.com>
  • Loading branch information
dbczumar authored and erensahin committed Apr 11, 2022
1 parent 6f5d5d3 commit b78ba38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/tracking/fluent.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
_logger = logging.getLogger(__name__)


def set_experiment(experiment_name: str = None, experiment_id: str = None) -> None:
def set_experiment(experiment_name: str = None, experiment_id: str = None) -> Experiment:
"""
Set the given experiment as the active experiment. The experiment must either be specified by
name via `experiment_name` or by ID via `experiment_id`. The experiment name and ID cannot
Expand Down

0 comments on commit b78ba38

Please sign in to comment.