Update 'lab8/simple_regression_lab8.py'
This commit is contained in:
parent
f1e3785a19
commit
88e235de42
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user