auto-sklearn icon indicating copy to clipboard operation
auto-sklearn copied to clipboard

Use scikit-learn's estimator checks

Open mfeurer opened this issue 5 years ago • 2 comments

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.

mfeurer avatar Aug 27 '20 07:08 mfeurer

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.

github-actions[bot] avatar May 05 '21 01:05 github-actions[bot]

Hi, can I take this up if it's still open? I'm assuming changes would be required in the estimators.py file?

aseemk98 avatar Apr 04 '23 04:04 aseemk98