Fix
This commit is contained in:
parent
2fc4ed8ca8
commit
69662dcb14
@ -1,7 +1,7 @@
|
|||||||
import mlflow
|
import mlflow
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
model = mlflow.pyfunc.load_model('/mlruns/1/e435ee5c0c5a468c99eb43c13df4a94b/artifacts/s444421')
|
model = mlflow.pyfunc.load_model('mlruns/1/e435ee5c0c5a468c99eb43c13df4a94b/artifacts/s444421')
|
||||||
|
|
||||||
with open('input_example.json') as f:
|
with open('input_example.json') as f:
|
||||||
input = json.load(f)
|
input = json.load(f)
|
||||||
|
Loading…
Reference in New Issue
Block a user