fix
This commit is contained in:
parent
069a5860d6
commit
5cc3fd58b1
15
mlruns/0/63c390abb797412baf1d85029f15c493/meta.yaml
Normal file
15
mlruns/0/63c390abb797412baf1d85029f15c493/meta.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
artifact_uri: file:///home/tomasz/IUM/ium_434695/mlruns/0/63c390abb797412baf1d85029f15c493/artifacts
|
||||
end_time: 1621805381189
|
||||
entry_point_name: ''
|
||||
experiment_id: '0'
|
||||
lifecycle_stage: active
|
||||
name: ''
|
||||
run_id: 63c390abb797412baf1d85029f15c493
|
||||
run_uuid: 63c390abb797412baf1d85029f15c493
|
||||
source_name: ''
|
||||
source_type: 4
|
||||
source_version: ''
|
||||
start_time: 1621805345446
|
||||
status: 3
|
||||
tags: []
|
||||
user_id: tomasz
|
1
mlruns/0/63c390abb797412baf1d85029f15c493/metrics/rmse
Normal file
1
mlruns/0/63c390abb797412baf1d85029f15c493/metrics/rmse
Normal file
@ -0,0 +1 @@
|
||||
1621805379411 0.03060625342038236 0
|
@ -0,0 +1 @@
|
||||
16
|
1
mlruns/0/63c390abb797412baf1d85029f15c493/params/epochs
Normal file
1
mlruns/0/63c390abb797412baf1d85029f15c493/params/epochs
Normal file
@ -0,0 +1 @@
|
||||
15
|
@ -0,0 +1 @@
|
||||
069a5860d67ce9de0724996a8ab92c6a204fcb23
|
@ -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 21:29:39.415327'
|
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