Update 'simple_regression_lab8.py'
Some checks failed
s449288-training/pipeline/head There was a failure building this commit
Some checks failed
s449288-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
7f34be9d9c
commit
baf1a7dde2
@ -18,7 +18,7 @@ def train():
|
|||||||
learning_rate = float(sys.argv[3]) if len(sys.argv) > 3 else 0.1
|
learning_rate = float(sys.argv[3]) if len(sys.argv) > 3 else 0.1
|
||||||
|
|
||||||
# Konfiguracja serwera i nazwy eksperymentu MLflow
|
# 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')
|
mlflow.set_experiment('s449288')
|
||||||
|
|
||||||
# Podpięcie treningu do MLflow
|
# Podpięcie treningu do MLflow
|
||||||
|
Loading…
Reference in New Issue
Block a user