update predict.py
Some checks reported errors
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Maciej Czajka 2022-05-11 19:13:15 +02:00
parent 8de15bcaae
commit a7d5b42ebf

View File

@ -2,8 +2,6 @@ import json
import mlflow
import pandas as pd
#logged_model = 'mlruns/1/d5b6f9c1784a4d2dbb8592cd4ad364d7/artifacts/model'
logged_model = 'mlruns/1/fa3e620f03e64d888c364827907fb6f5/artifacts/s444409'
loaded_model = mlflow.pyfunc.load_model(logged_model)