Change model in registry name
Some checks failed
s434704-predict-s426206-from-registry/pipeline/head There was a failure building this commit

This commit is contained in:
Wojciech Jarmosz 2021-05-23 21:54:03 +02:00
parent 180e589cbb
commit 1915fc1e8a

View File

@ -14,7 +14,7 @@ arguments = sys.argv[1:]
mlflow.set_tracking_uri("http://172.17.0.1:5000")
client = MlflowClient()
version = 1
model_name = "s434704"
model_name = "s426206"
input = str(arguments[0])