elo
Some checks failed
s434695-training/pipeline/head There was a failure building this commit

This commit is contained in:
s434695 2021-05-23 19:36:03 +02:00
parent c01ba17840
commit 01eea15055
17 changed files with 56 additions and 0 deletions

View 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

View File

@ -0,0 +1 @@
1621791324872 0.03170582289731189 0

View File

@ -0,0 +1 @@
16

View File

@ -0,0 +1 @@
15

View File

@ -0,0 +1 @@
c01ba178401a83dc1b9d48a1c8eb9552894c9db4

View File

@ -0,0 +1 @@
/home/tomasz/IUM/ium_434695/vgsales-mlflow.py

View File

@ -0,0 +1 @@
LOCAL

View File

@ -0,0 +1 @@
tomasz

21
my_model/MLmodel Normal file
View 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
View File

@ -0,0 +1,10 @@
channels:
- defaults
- conda-forge
dependencies:
- python=3.8.5
- pip
- pip:
- mlflow
- tensorflow==2.4.1
name: mlflow-env

View File

@ -0,0 +1 @@
tensorflow.keras

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
tf

File diff suppressed because one or more lines are too long

Binary file not shown.