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