From 5a20ca0bb6115c4596bd68a2353a8bea02ea0070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zi=C4=99tkiewicz?= Date: Wed, 26 May 2021 21:53:36 +0200 Subject: [PATCH] Update MLflow server port --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 673fed3..75aef81 100755 --- a/train.py +++ b/train.py @@ -20,7 +20,7 @@ import logging logging.basicConfig(level=logging.WARN) logger = logging.getLogger(__name__) -mlflow.set_tracking_uri("http://localhost:5001") +mlflow.set_tracking_uri("http://localhost:5000") mlflow.set_experiment("s123456") def eval_metrics(actual, pred):