Skip to content

Commit dad73da

Browse files
committed
Typos.
1 parent 47b637b commit dad73da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dataikuapi/dss/mlflow.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def restore_run(self, run_id):
8686

8787
def garbage_collect(self):
8888
"""
89-
Permanently deletes the experiments and runs marked as "Deleted
89+
Permanently deletes the experiments and runs marked as "Deleted"
9090
"""
9191
self.client._perform_http(
9292
"GET", "/api/2.0/mlflow/extension/garbage-collect",
@@ -96,6 +96,8 @@ def garbage_collect(self):
9696
def create_experiment_tracking_dataset(self, dataset_name, experiment_ids=[], view_type="ACTIVE_ONLY", filter_expr="", order_by=[], format="LONG"):
9797
"""
9898
99+
Creates a virtual dataset exposing experiment tracking data.
100+
99101
:param dataset_name: name of the dataset
100102
:type dataset_name: str
101103
:param experiment_ids: list of ids of experiments to filter on. No filtering if empty

0 commit comments

Comments
 (0)