predict anothre try
This commit is contained in:
parent
dc3d019d1e
commit
35cbb76ed9
@ -3,7 +3,7 @@ import mlflow
|
||||
import pandas as pd
|
||||
|
||||
|
||||
model = mlflow.sklearn.load_model("./prediction_data/movies_imdb/MLmodel")
|
||||
model = mlflow.sklearn.load_model("./prediction_data/movies_imdb")
|
||||
|
||||
|
||||
with open('./prediction_data/movies_imdb/input_example.json', 'r') as datafile:
|
||||
|
Loading…
Reference in New Issue
Block a user