You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Model name parameter is not fully supported due to hardcoded model name in score.py
global model
# load the model from file into a global object
model_path = Model.get_model_path(
model_name="sklearn_regression_model.pkl")
model = joblib.load(model_path)
The text was updated successfully, but these errors were encountered:
Model name parameter is not fully supported due to hardcoded model name in score.py
The text was updated successfully, but these errors were encountered: