final commit i guess

This commit is contained in:
s434695 2021-05-17 12:40:10 +02:00
parent 3725a34755
commit e91324c1c5
19 changed files with 54 additions and 1 deletions

View File

@ -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: 24e424dedaad4645b9d7bd5b0dd826ca
utc_time_created: '2021-05-17 10:38:48.722780'

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,15 @@
artifact_uri: file:///home/tomasz/IUM/ium_434695/mlruns/0/24e424dedaad4645b9d7bd5b0dd826ca/artifacts
end_time: 1621247929620
entry_point_name: ''
experiment_id: '0'
lifecycle_stage: active
name: ''
run_id: 24e424dedaad4645b9d7bd5b0dd826ca
run_uuid: 24e424dedaad4645b9d7bd5b0dd826ca
source_name: ''
source_type: 4
source_version: ''
start_time: 1621247902981
status: 3
tags: []
user_id: tomasz

View File

@ -0,0 +1 @@
1621247928720 0.032181188679670125 0

View File

@ -0,0 +1 @@
16

View File

@ -0,0 +1 @@
15

View File

@ -0,0 +1 @@
[{"run_id": "24e424dedaad4645b9d7bd5b0dd826ca", "artifact_path": "vgsales_model.h5", "utc_time_created": "2021-05-17 10:38:48.722780", "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"}}}]

View File

@ -0,0 +1 @@
3725a34755f266ea631bf115a1499767f27fbb01

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

4
mlruns/0/meta.yaml Normal file
View File

@ -0,0 +1,4 @@
artifact_location: file:///home/tomasz/IUM/ium_434695/mlruns/0
experiment_id: '0'
lifecycle_stage: active
name: Default

View File

@ -1,5 +1,5 @@
import sys
from keras.backend import batch_dot, mean
from tensorflow.keras.backend import batch_dot, mean
import pandas as pd
import numpy as np
from six import int2byte

BIN
vgsales_model.h5 Normal file

Binary file not shown.