This commit is contained in:
s434695 2021-05-23 23:29:58 +02:00
parent 069a5860d6
commit 5cc3fd58b1
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/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

View File

@ -0,0 +1 @@
1621805379411 0.03060625342038236 0

View File

@ -0,0 +1 @@
16

View File

@ -0,0 +1 @@
15

View File

@ -0,0 +1 @@
069a5860d67ce9de0724996a8ab92c6a204fcb23

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 21:29:39.415327'

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.