Registred model.
All checks were successful
s426206-evaluation/pipeline/head This commit looks good
s426206-training/pipeline/head This commit looks good

This commit is contained in:
Jan Nowak 2021-05-23 15:37:37 +02:00
parent 63cb9a7d84
commit 8aa04f9fac
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -6,4 +6,5 @@ metrics.tsv
plot.png
my_runs
mlruns
my_model
my_model
1/

View File

@ -29,7 +29,7 @@ if __name__ == "__main__":
lr = args.lr
n_epochs = args.epochs
mlflow.set_tracking_uri("http://127.0.0.1:5000")
mlflow.set_tracking_uri("http://172.17.0.1:5000")
mlflow.set_experiment("s426206")
with mlflow.start_run():
mlflow.log_param("lr", lr)