fix
This commit is contained in:
parent
756d2df9c5
commit
f2e1563198
@ -2,6 +2,6 @@ import mlflow
|
||||
import pandas as pd
|
||||
|
||||
model = mlflow.keras.load_model("my_model")
|
||||
data = pd.read_json('my_model/input_example.json', orient='split')
|
||||
data = pd.read_json('my_model/input_example.json', orient='index')
|
||||
|
||||
print(model.predict(data))
|
||||
print(model.predict(data))
|
||||
|
Loading…
Reference in New Issue
Block a user