Skip to content

API Reference

Complete API reference for all Sklearn-Wrap classes and functions. Use the search box to filter, or click any name to see full documentation.

Name Type Module Description
BaseClassWrapperClasssklearn_wrap.baseBase class for wrapping classes into scikit-learn estimators.
config_contextFunctionsklearn_wrap.configContext manager to temporarily set sklearn-wrap configuration.
EstimatorConfigClasssklearn_wrap.configConfiguration for a scikit-learn compatible estimator.
get_configFunctionsklearn_wrap.configReturn a copy of the current sklearn-wrap configuration.
reset_configFunctionsklearn_wrap.configRestore the sklearn-wrap configuration to its defaults for the current thread.
set_configFunctionsklearn_wrap.configPersistently update the sklearn-wrap configuration for the current thread.
UntrustedModuleErrorClasssklearn_wrap.configRaised when a dotted path references a module not in the trusted allowlist.