-
Notifications
You must be signed in to change notification settings - Fork 42
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
make this a pip package that is sklearn API compliant #1
Comments
Getting updates from progressive-learning
@jovo could you please provide further instructions? I don’t think we can make any of the progressive learners fit an Sklearn API (besides UF, if you consider that a progressive learner), but we have converted all Transformers, Voters, and Deciders to fit all the Sklearn APIs we thought were appropriate. Do you have further expectations and/or hopes as far as Sklearn API compliance goes? |
@bdpedigo @sampan501 do you guys have the link that explains how to check this? |
At the very least, all functions should inherit from the base classes. A more comprehensive tutorial can be found here. The tl;dr for the last guide is that it needs to pass |
this probably means making the experiments into 'examples'
The text was updated successfully, but these errors were encountered: