M
This commit is contained in:
parent
e91324c1c5
commit
a51ee6d1f9
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
copyArtifactPermission('s434742-training, s434742-evaluation');
|
copyArtifactPermission('s434695-training, s434695-evaluation');
|
||||||
}
|
}
|
||||||
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
||||||
parameters {
|
parameters {
|
||||||
@ -41,4 +41,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,14 @@
|
|||||||
|
artifact_path: vgsales_model.h5
|
||||||
|
flavors:
|
||||||
|
keras:
|
||||||
|
data: data
|
||||||
|
keras_module: tensorflow.keras
|
||||||
|
keras_version: 2.4.0
|
||||||
|
save_format: tf
|
||||||
|
python_function:
|
||||||
|
data: data
|
||||||
|
env: conda.yaml
|
||||||
|
loader_module: mlflow.keras
|
||||||
|
python_version: 3.8.5
|
||||||
|
run_id: 0ea520210c1142a8914464d00c7b191c
|
||||||
|
utc_time_created: '2021-05-23 16:21:29.703731'
|
@ -0,0 +1,10 @@
|
|||||||
|
channels:
|
||||||
|
- defaults
|
||||||
|
- conda-forge
|
||||||
|
dependencies:
|
||||||
|
- python=3.8.5
|
||||||
|
- pip
|
||||||
|
- pip:
|
||||||
|
- mlflow
|
||||||
|
- tensorflow==2.4.1
|
||||||
|
name: mlflow-env
|
@ -0,0 +1 @@
|
|||||||
|
tensorflow.keras
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
tf
|
15
mlruns/0/0ea520210c1142a8914464d00c7b191c/meta.yaml
Normal file
15
mlruns/0/0ea520210c1142a8914464d00c7b191c/meta.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
artifact_uri: file:///home/tomasz/IUM/ium_434695/mlruns/0/0ea520210c1142a8914464d00c7b191c/artifacts
|
||||||
|
end_time: 1621786890950
|
||||||
|
entry_point_name: ''
|
||||||
|
experiment_id: '0'
|
||||||
|
lifecycle_stage: active
|
||||||
|
name: ''
|
||||||
|
run_id: 0ea520210c1142a8914464d00c7b191c
|
||||||
|
run_uuid: 0ea520210c1142a8914464d00c7b191c
|
||||||
|
source_name: ''
|
||||||
|
source_type: 4
|
||||||
|
source_version: ''
|
||||||
|
start_time: 1621786848936
|
||||||
|
status: 3
|
||||||
|
tags: []
|
||||||
|
user_id: tomasz
|
1
mlruns/0/0ea520210c1142a8914464d00c7b191c/metrics/rmse
Normal file
1
mlruns/0/0ea520210c1142a8914464d00c7b191c/metrics/rmse
Normal file
@ -0,0 +1 @@
|
|||||||
|
1621786889700 0.03299361455239928 0
|
@ -0,0 +1 @@
|
|||||||
|
16
|
1
mlruns/0/0ea520210c1142a8914464d00c7b191c/params/epochs
Normal file
1
mlruns/0/0ea520210c1142a8914464d00c7b191c/params/epochs
Normal file
@ -0,0 +1 @@
|
|||||||
|
15
|
@ -0,0 +1 @@
|
|||||||
|
[{"run_id": "0ea520210c1142a8914464d00c7b191c", "artifact_path": "vgsales_model.h5", "utc_time_created": "2021-05-23 16:21:29.703731", "flavors": {"keras": {"keras_module": "tensorflow.keras", "keras_version": "2.4.0", "save_format": "tf", "data": "data"}, "python_function": {"loader_module": "mlflow.keras", "python_version": "3.8.5", "data": "data", "env": "conda.yaml"}}}]
|
@ -0,0 +1 @@
|
|||||||
|
e91324c1c5ec6c5b5b8686f09afd71428d0a94bb
|
@ -0,0 +1 @@
|
|||||||
|
/home/tomasz/IUM/ium_434695/vgsales-mlflow.py
|
@ -0,0 +1 @@
|
|||||||
|
LOCAL
|
@ -0,0 +1 @@
|
|||||||
|
tomasz
|
Loading…
Reference in New Issue
Block a user