update predict.py
All checks were successful
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-11 19:53:52 +02:00
parent fe1c3040ae
commit 245aa17202

View File

@ -4,7 +4,7 @@ import sys
input = sys.argv[1]
logged_model = 'mlruns/1/7352bf16aa6b43a080aa94c38b1bc56b/artifacts/s444409'
logged_model = 'mlruns/1/3630068c31924c05a9a04e70ef35e0b8/artifacts/s444409'
loaded_model = mlflow.pyfunc.load_model(logged_model)