Utilities for scikit-learn.
Project description
Sklearn Utilities
Utilities for scikit-learn.
Installation
Install this via pip (or your favourite package manager):
pip install sklearn-utilities
API
EstimatorWrapperBase: base class for wrappers. Redirects all attributes which are not in the wrapper to the wrapped estimator.DataFrameWrapper: tries to convert every estimator output to a pandas DataFrame or Series.FeatureUnionPandas: aFeatureUnionthat works with pandas DataFrames.IncludedColumnTransformerPandas,ExcludedColumnTransformerPandas: select columns by name.AppendPredictionToX: appends the prediction of y to X.AppendXPredictionToX: appends the prediction of X to X.DropByNoisePrediction: drops columns which has high importance in predicting noise.DropMissingColumns: drops columns with missing values above a threshold.DropMissingRowsY: drops rows with missing values in y. Usefeature_engine.DropMissingDatafor X.IdTransformer: a transformer that does nothing.RecursiveFitSubtractRegressor: a regressor that recursively fits a regressor and subtracts the prediction from the target.until_event(),since_event(): calculates the time since or until events (Series[bool])
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sklearn_utilities-0.1.0.tar.gz
(13.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sklearn_utilities-0.1.0.tar.gz.
File metadata
- Download URL: sklearn_utilities-0.1.0.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46c313894429774dd70c23d943ca832a393b09aff051da4036e2598542b32d88
|
|
| MD5 |
ca10f98077cf9279f3f5b5ed7a6b8ba3
|
|
| BLAKE2b-256 |
4cf53870269d6e1ace509ac5c6575421072743e326c83c3855b3b8feb92c65f2
|
File details
Details for the file sklearn_utilities-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sklearn_utilities-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1df18c627c9efc5703f8fdd4e61e5176bf95dd6de97493a6cf10400e0e98446f
|
|
| MD5 |
d634cc3af6bad0658856eafd8d0ab0eb
|
|
| BLAKE2b-256 |
5644dc9293dc0053d8bbca90ca7ddda3eb7a2d19d7fe9f46dece26a7bc987efd
|