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 |
|---|---|---|---|
BaseClassWrapper | Class | sklearn_wrap.base | Base class for wrapping classes into scikit-learn estimators. |
config_context | Function | sklearn_wrap.config | Context manager to temporarily set sklearn-wrap configuration. |
EstimatorConfig | Class | sklearn_wrap.config | Configuration for a scikit-learn compatible estimator. |
get_config | Function | sklearn_wrap.config | Return a copy of the current sklearn-wrap configuration. |
reset_config | Function | sklearn_wrap.config | Restore the sklearn-wrap configuration to its defaults for the current thread. |
set_config | Function | sklearn_wrap.config | Persistently update the sklearn-wrap configuration for the current thread. |
UntrustedModuleError | Class | sklearn_wrap.config | Raised when a dotted path references a module not in the trusted allowlist. |