Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardcoded model name in score.py #148

Closed
sbaidachni opened this issue Jan 24, 2020 · 1 comment
Closed

Hardcoded model name in score.py #148

sbaidachni opened this issue Jan 24, 2020 · 1 comment

Comments

@sbaidachni
Copy link
Contributor

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)
@eedorenko
Copy link
Contributor

Fixed by #149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants