From c0328b89256bc514e21b73ec243b65032784168e Mon Sep 17 00:00:00 2001 From: Dominik Strzako Date: Thu, 27 May 2021 12:44:59 +0200 Subject: [PATCH] sfdfd --- Zadanie_09_MLflow_Predict_Registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zadanie_09_MLflow_Predict_Registry.py b/Zadanie_09_MLflow_Predict_Registry.py index 829fd22..2465814 100644 --- a/Zadanie_09_MLflow_Predict_Registry.py +++ b/Zadanie_09_MLflow_Predict_Registry.py @@ -4,7 +4,7 @@ import pandas as pd mlflow.set_tracking_uri("http://172.17.0.1:5000") client = MlflowClient() -version = "c579d6" +version = 3 model_name = "s434788" #for mv in client.search_model_versions(f"name='{model_name}'"): # if int(mv.version) > version: