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

Improve the error message when loading a model with an incompatible pipeline #199

Open
swfarnsworth opened this issue Dec 12, 2020 · 0 comments
Labels

Comments

@swfarnsworth
Copy link
Member

Currently, it is incumbent on the user to know which pipeline configuration they used when creating a model. If one loads a model that they had saved, and do not use exactly the same pipeline configuration, the program will most likely fail, though there might be a few coincidental cases where it works or silently performs unexpected behavior. One could currently get one of several uninformative errors.

We should seek to validate that the model and the pipeline are compatible when the model is loaded and raise an exception that conveys as much when this is not the case.

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

No branches or pull requests

1 participant