predict anothre try
This commit is contained in:
parent
35cbb76ed9
commit
77a5e3c22a
@ -3,7 +3,7 @@ import mlflow
|
|||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
||||||
|
|
||||||
model = mlflow.sklearn.load_model("./prediction_data/movies_imdb")
|
model = mlflow.keras.load_model("./prediction_data/movies_imdb")
|
||||||
|
|
||||||
|
|
||||||
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