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

Track the evolution of sklearn API #24

Open
sdvillal opened this issue Sep 13, 2018 · 0 comments
Open

Track the evolution of sklearn API #24

sdvillal opened this issue Sep 13, 2018 · 0 comments

Comments

@sdvillal
Copy link
Owner

This would be a POC, maybe useful for other important libs. Perhaps just save a pickle (but then document what needs not to change) + something less faithful but more durable, like a yaml. With these historical infos, write a "differences of API between versions" report as sketched here:

# TODO: store a history of this (maybe pickle) that can help supporting more easily new sklearn versions
# So report too:
# - changes in required parameters
# - new parameters
# - removed parameters
# - changes in parameter default values
# Plus some automatic way to try to catch errors in my definition of non-id values
# This is WIP until then

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

No branches or pull requests

1 participant