remove log artifacts
This commit is contained in:
parent
0e9fe9a90e
commit
3a8116d6a9
@ -5,7 +5,6 @@ import pandas as pd
|
||||
model_name = "s430705"
|
||||
model_version = 8
|
||||
mlf.set_tracking_uri("http://172.17.0.1:5000")
|
||||
mlf.keras.log_model("runs:/dd2657243e2c4176a2ec2e3340c3ff13/run-relative/path/to/model", registered_model_name="s430705")
|
||||
model = mlf.pyfunc.load_model(
|
||||
model_uri=f"models:/{model_name}/{model_version}"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user