Update 'simple_regression_lab8.py'
Some checks failed
s449288-training/pipeline/head There was a failure building this commit

This commit is contained in:
Kacper Dudzic 2022-05-13 16:02:12 +02:00
parent 7f34be9d9c
commit baf1a7dde2

View File

@ -18,7 +18,7 @@ def train():
learning_rate = float(sys.argv[3]) if len(sys.argv) > 3 else 0.1
# Konfiguracja serwera i nazwy eksperymentu MLflow
# mlflow.set_tracking_uri("http://172.17.0.1:5000")
mlflow.set_tracking_uri("http://172.17.0.1:5000")
mlflow.set_experiment('s449288')
# Podpięcie treningu do MLflow