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.IntersectXY: drops rows where the index of X and y do not intersect. Use withfeature_engine.DropMissingData.IdTransformer: a transformer that does nothing.RecursiveFitSubtractRegressor: a regressor that recursively fits a regressor and subtracts the prediction from the target.SmartMultioutputEstimator: aMultiOutputEstimatorthat supports tuple of arrays inpredict()and supports pandasSeriesandDataFrame.until_event(),since_event(): calculates the time since or until events (Series[bool])ComposeVarEstimator: compose mean and std/var estimators.DummyRegressorVar:DummyRegressorthat returns 1.0 for std/var.TransformedTargetRegressorVar:TransformedTargetRegressorwith std/var support.
sklearn_utilities.dataset
add_missing_values(): adds missing values to a dataset.
sklearn_utilities.torch
PCATorch: faster PCA using PyTorch with GPU support.
sklearn_utilities.torch.skorch
SkorchReshaper,SkorchCNNReshaper: reshape X and y fornn.Linearandnn.Conv1d/2drespectively. (Fornn.Conv2d, usesnp.sliding_window_view().)
See also
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.2.0.tar.gz
(23.1 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.2.0.tar.gz.
File metadata
- Download URL: sklearn_utilities-0.2.0.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cd4a8df8d0ae438f556dca6b02a949fff4346f3eb1cbafd777c0e669a5e9b9f
|
|
| MD5 |
2236781cd03b7d673351d29a82b32de1
|
|
| BLAKE2b-256 |
bf98c3cb75f61a7b894ecca183d664ec160ae7e06142c24edc7654e54c6d7627
|
File details
Details for the file sklearn_utilities-0.2.0-py3-none-any.whl.
File metadata
- Download URL: sklearn_utilities-0.2.0-py3-none-any.whl
- Upload date:
- Size: 31.3 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 |
0ffaf75c96ef2d60b07d8741bc120fc5018b44e2a28774a78a32dc02a7a4e986
|
|
| MD5 |
675be2251b8ca52cda8199df1778e591
|
|
| BLAKE2b-256 |
02709d8d5b11a34b57ff57a01b6038209108e3e4d2724c9e25628a6ae97b89e9
|