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