forked from mlflow/mlflow-export-import
-
Notifications
You must be signed in to change notification settings - Fork 0
/
experiment.json
38 lines (38 loc) · 913 Bytes
/
experiment.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"system": {
"package_version": "1.1.2",
"script": "export_experiment.py",
"export_time": 1671579740,
"_export_time": "2022-12-20 23:42:20",
"mlflow_version": "2.0.1",
"mlflow_tracking_uri": "http://127.0.0.1:5000",
"user": "andre",
"platform": {
"python_version": "3.8.15",
"system": "Darwin"
}
},
"info": {
"num_total_runs": 1,
"num_ok_runs": 1,
"num_failed_runs": 0,
"failed_runs": []
},
"mlflow": {
"experiment": {
"experiment_id": "2",
"name": "sklearn_wine",
"artifact_location": "/opt/mlflow/server/mlruns/1",
"lifecycle_stage": "active",
"tags": {
"experiment_created": "2022-12-20 23:40:08",
"version_mlflow": "2.0.1"
},
"creation_time": 1671579608376,
"last_update_time": 1671579608376
},
"runs": [
"eb66c160957d4a28b11d3f1b968df9cd"
]
}
}