auto-sklearn
auto-sklearn copied to clipboard
Use scikit-learn's estimator checks
to check for compatibility with scikit-learn (https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/utils/estimator_checks.py).
From the docs:
Check if estimator adheres to scikit-learn conventions.
This estimator will run an extensive test-suite for input validation,
shapes, etc, making sure that the estimator complies with `scikit-learn`
conventions as detailed in :ref:`rolling_your_own_estimator`.
Additional tests for classifiers, regressors, clustering or transformers
will be run if the Estimator class inherits from the corresponding mixin
from sklearn.base.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs for the next 7 days. Thank you for your contributions.
Hi, can I take this up if it's still open? I'm assuming changes would be required in the estimators.py file?