Skip to content

Hardcoded model name in score.py #148

Description

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions