hydraflow 0.2.12__py3-none-any.whl → 0.2.13__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- hydraflow/mlflow.py +3 -2
- {hydraflow-0.2.12.dist-info → hydraflow-0.2.13.dist-info}/METADATA +1 -3
- {hydraflow-0.2.12.dist-info → hydraflow-0.2.13.dist-info}/RECORD +5 -5
- {hydraflow-0.2.12.dist-info → hydraflow-0.2.13.dist-info}/WHEEL +0 -0
- {hydraflow-0.2.12.dist-info → hydraflow-0.2.13.dist-info}/licenses/LICENSE +0 -0
hydraflow/mlflow.py
CHANGED
@@ -148,7 +148,7 @@ def search_runs(
|
|
148
148
|
|
149
149
|
|
150
150
|
def list_runs(
|
151
|
-
experiment_names: str | list[str] | None = None,
|
151
|
+
experiment_names: str | list[str] | None = None, n_jobs: int = 0
|
152
152
|
) -> RunCollection:
|
153
153
|
"""
|
154
154
|
List all runs for the specified experiments.
|
@@ -169,7 +169,8 @@ def list_runs(
|
|
169
169
|
the "Default" experiment.
|
170
170
|
|
171
171
|
Returns:
|
172
|
-
A `RunCollection`
|
172
|
+
RunCollection: A `RunCollection` instance containing the runs for the
|
173
|
+
specified experiments.
|
173
174
|
"""
|
174
175
|
if isinstance(experiment_names, str):
|
175
176
|
experiment_names = [experiment_names]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: hydraflow
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.13
|
4
4
|
Summary: Hydraflow integrates Hydra and MLflow to manage and track machine learning experiments.
|
5
5
|
Project-URL: Documentation, https://github.com/daizutabi/hydraflow
|
6
6
|
Project-URL: Source, https://github.com/daizutabi/hydraflow
|
@@ -13,8 +13,6 @@ Classifier: Programming Language :: Python
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.10
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
16
|
-
Classifier: Topic :: Documentation
|
17
|
-
Classifier: Topic :: Software Development :: Documentation
|
18
16
|
Requires-Python: >=3.10
|
19
17
|
Requires-Dist: hydra-core>1.3
|
20
18
|
Requires-Dist: joblib
|
@@ -3,10 +3,10 @@ hydraflow/asyncio.py,sha256=jdXuEFC6f7L_Dq6beASFZPQSvCnGimVxU-PRFsNc5U0,6241
|
|
3
3
|
hydraflow/config.py,sha256=6TCKNQZ3sSrIEvl245T2udwFuknejyN1dMcIVmOHdrQ,2102
|
4
4
|
hydraflow/context.py,sha256=G7JMrG70sgBH2qILXl5nkGWNUoRggj518JWUq0ZiJ9E,7776
|
5
5
|
hydraflow/info.py,sha256=Vj2sT66Ric63mmaq7Yu8nDFhsGQYO3MCHrxFpapDufc,3458
|
6
|
-
hydraflow/mlflow.py,sha256=
|
6
|
+
hydraflow/mlflow.py,sha256=QlJlhsOAJ3t9hcvQRUgeE5od6g1AbyFNYQIxkq1FCoM,8140
|
7
7
|
hydraflow/progress.py,sha256=uaxS9UnwsikOPB_Ho-5mXdBYz3Zedj-SL9FzT094wjY,6623
|
8
8
|
hydraflow/run_collection.py,sha256=V5lGdGHYgsSpBOYGaVEL1mpKJvdiEshBL0KmmZ8qeZo,29161
|
9
|
-
hydraflow-0.2.
|
10
|
-
hydraflow-0.2.
|
11
|
-
hydraflow-0.2.
|
12
|
-
hydraflow-0.2.
|
9
|
+
hydraflow-0.2.13.dist-info/METADATA,sha256=DRWv1h7QW68HH7BGkyiMbIha1d-VlV95eO-X4PRj44U,4088
|
10
|
+
hydraflow-0.2.13.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
11
|
+
hydraflow-0.2.13.dist-info/licenses/LICENSE,sha256=IGdDrBPqz1O0v_UwCW-NJlbX9Hy9b3uJ11t28y2srmY,1062
|
12
|
+
hydraflow-0.2.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|