Zaktualizuj 'lab_09_predict_coop.py'
All checks were successful
s430705-training/pipeline/head This commit looks good
All checks were successful
s430705-training/pipeline/head This commit looks good
This commit is contained in:
parent
1388fc2bc9
commit
0a456c4988
@ -10,7 +10,8 @@ model_version = 12
|
|||||||
mlflow.set_tracking_uri("http://172.17.0.1:5000")
|
mlflow.set_tracking_uri("http://172.17.0.1:5000")
|
||||||
|
|
||||||
model = mlflow.pyfunc.load_model(
|
model = mlflow.pyfunc.load_model(
|
||||||
model_uri=f"models:/{model_name}/{model_version}"
|
model_uri=f"models:/{model_name}/{model_version}",
|
||||||
|
compile=False
|
||||||
)
|
)
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user