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

Add warning for mismatched versions of automatminer on save/load #230

Closed
ardunn opened this issue Oct 4, 2019 · 2 comments · Fixed by #246
Closed

Add warning for mismatched versions of automatminer on save/load #230

ardunn opened this issue Oct 4, 2019 · 2 comments · Fixed by #246
Labels
bug bug

Comments

@ardunn
Copy link
Contributor

ardunn commented Oct 4, 2019

Saving should keep the pipeline with a version attribute. Upon loading, the version should be checked against the current version. If they are not matching, throw warning or error.

@ardunn ardunn added the easy label Oct 4, 2019
@kauziishere
Copy link

There's already version_check in automatminer/featurization/core.py, Do we need to just use that function in load model?

@ardunn
Copy link
Contributor Author

ardunn commented Oct 7, 2019

@kauziishere there is...? I don't see it in current master branch

ardunn added a commit to ardunn/automatminer that referenced this issue Oct 12, 2019
@ardunn ardunn added bug bug and removed easy labels Oct 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants