Wrapper Root Class
Ver. 1.1.0 (2024-04-18)
This module contains the abstract root class for all scikit-learn wrapper classes.
Learn more: https://scikit-learn.org
- class mlpro_int_sklearn.wrappers.basics.WrapperSklearn(p_logging=True)
Bases:
WrapperRoot class for all scikit-learn wrapper classes.
- C_TYPE = 'Wrapper scikit-learn'
- C_WRAPPED_PACKAGE = 'scikit-learn'
- C_MINIMUM_VERSION = '1.4.1'
- C_SCIREF_TYPE = 'Online'
- C_SCIREF_AUTHOR = 'scikit-learn community'
- C_SCIREF_URL = 'https://scikit-learn.org'