mlflow remote lol

This commit is contained in:
Robert Bendun 2023-05-15 16:53:37 +02:00
parent a70b436a69
commit 0aea97fb68

View File

@ -4,6 +4,8 @@ import tensorflow as tf
from sklearn.preprocessing import LabelEncoder
import mlflow
mlflow.set_tracking_uri("http://tzietkiewicz.vm.wmi.amu.edu.pl:5000")
mlflow.set_experiment("s452639")
mlflow.tensorflow.autolog()
pd.set_option('display.float_format', lambda x: '%.5f' % x)