Update 'lab8/simple_regression_lab8.py'

This commit is contained in:
Kacper Dudzic 2022-05-14 00:41:18 +02:00
parent f1e3785a19
commit 88e235de42
1 changed files with 1 additions and 1 deletions

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