This commit is contained in:
parent
c01ba17840
commit
01eea15055
15
mlruns/0/c292a5394ecd4efb891579d87f350572/meta.yaml
Normal file
15
mlruns/0/c292a5394ecd4efb891579d87f350572/meta.yaml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
artifact_uri: file:///home/tomasz/IUM/ium_434695/mlruns/0/c292a5394ecd4efb891579d87f350572/artifacts
|
||||||
|
end_time: 1621791326975
|
||||||
|
entry_point_name: ''
|
||||||
|
experiment_id: '0'
|
||||||
|
lifecycle_stage: active
|
||||||
|
name: ''
|
||||||
|
run_id: c292a5394ecd4efb891579d87f350572
|
||||||
|
run_uuid: c292a5394ecd4efb891579d87f350572
|
||||||
|
source_name: ''
|
||||||
|
source_type: 4
|
||||||
|
source_version: ''
|
||||||
|
start_time: 1621791287578
|
||||||
|
status: 3
|
||||||
|
tags: []
|
||||||
|
user_id: tomasz
|
1
mlruns/0/c292a5394ecd4efb891579d87f350572/metrics/rmse
Normal file
1
mlruns/0/c292a5394ecd4efb891579d87f350572/metrics/rmse
Normal file
@ -0,0 +1 @@
|
|||||||
|
1621791324872 0.03170582289731189 0
|
@ -0,0 +1 @@
|
|||||||
|
16
|
1
mlruns/0/c292a5394ecd4efb891579d87f350572/params/epochs
Normal file
1
mlruns/0/c292a5394ecd4efb891579d87f350572/params/epochs
Normal file
@ -0,0 +1 @@
|
|||||||
|
15
|
@ -0,0 +1 @@
|
|||||||
|
c01ba178401a83dc1b9d48a1c8eb9552894c9db4
|
@ -0,0 +1 @@
|
|||||||
|
/home/tomasz/IUM/ium_434695/vgsales-mlflow.py
|
@ -0,0 +1 @@
|
|||||||
|
LOCAL
|
@ -0,0 +1 @@
|
|||||||
|
tomasz
|
21
my_model/MLmodel
Normal file
21
my_model/MLmodel
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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
|
||||||
|
saved_input_example_info:
|
||||||
|
artifact_path: input_example.json
|
||||||
|
pandas_orient: split
|
||||||
|
type: dataframe
|
||||||
|
signature:
|
||||||
|
inputs: '[{"name": "NA_Sales", "type": "double"}, {"name": "EU_Sales", "type": "double"},
|
||||||
|
{"name": "JP_Sales", "type": "double"}, {"name": "Other_Sales", "type": "double"},
|
||||||
|
{"name": "Global_Sales", "type": "double"}]'
|
||||||
|
outputs: '[{"type": "long"}]'
|
||||||
|
utc_time_created: '2021-05-23 17:35:24.878064'
|
10
my_model/conda.yaml
Normal file
10
my_model/conda.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
channels:
|
||||||
|
- defaults
|
||||||
|
- conda-forge
|
||||||
|
dependencies:
|
||||||
|
- python=3.8.5
|
||||||
|
- pip
|
||||||
|
- pip:
|
||||||
|
- mlflow
|
||||||
|
- tensorflow==2.4.1
|
||||||
|
name: mlflow-env
|
1
my_model/data/keras_module.txt
Normal file
1
my_model/data/keras_module.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
tensorflow.keras
|
BIN
my_model/data/model/saved_model.pb
Normal file
BIN
my_model/data/model/saved_model.pb
Normal file
Binary file not shown.
BIN
my_model/data/model/variables/variables.data-00000-of-00001
Normal file
BIN
my_model/data/model/variables/variables.data-00000-of-00001
Normal file
Binary file not shown.
BIN
my_model/data/model/variables/variables.index
Normal file
BIN
my_model/data/model/variables/variables.index
Normal file
Binary file not shown.
1
my_model/data/save_format.txt
Normal file
1
my_model/data/save_format.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
tf
|
1
my_model/input_example.json
Normal file
1
my_model/input_example.json
Normal file
File diff suppressed because one or more lines are too long
BIN
vgsales_model.h5
BIN
vgsales_model.h5
Binary file not shown.
Loading…
Reference in New Issue
Block a user