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:41:31 +02:00
parent 0fd7090043
commit 8a0e71a93b

View File

@ -4,7 +4,7 @@ import sys
input = sys.argv[1]
logged_model = 'mlruns/1/fa3e620f03e64d888c364827907fb6f5/artifacts/s444409'
logged_model = 'mlruns/1/90fbebe426b14a24a288238dc443b663/artifacts/s444409'
loaded_model = mlflow.pyfunc.load_model(logged_model)