Print experiment info
Some checks failed
s434704-predict-s426206-from-registry/pipeline/head There was a failure building this commit
Some checks failed
s434704-predict-s426206-from-registry/pipeline/head There was a failure building this commit
This commit is contained in:
parent
acb8e81b4f
commit
797e893eda
@ -18,9 +18,9 @@ model_name = "s426206"
|
||||
|
||||
input = str(arguments[0])
|
||||
|
||||
model = mlflow.pyfunc.load_model(
|
||||
model_uri=f"models:/{model_name}/{model_version}"
|
||||
)
|
||||
experiment = client.get_latest_versions(model_name, stages=None)
|
||||
|
||||
print(experiment)
|
||||
|
||||
with open(f'{model_name}/{input}', 'r') as file:
|
||||
json_data = json.load(file)
|
||||
|
Loading…
Reference in New Issue
Block a user