Skip to main content

Utilities for scikit-learn.

Project description

Sklearn Utilities

CI Status Documentation Status Test coverage percentage

Poetry black pre-commit

PyPI Version Supported Python versions License

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: a FeatureUnion that 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. Use feature_engine.DropMissingData for X.
  • IntersectXY: drops rows where the index of X and y do not intersect. Use with feature_engine.DropMissingData.
  • IdTransformer: a transformer that does nothing.
  • RecursiveFitSubtractRegressor: a regressor that recursively fits a regressor and subtracts the prediction from the target.
  • SmartMultioutputEstimator: a MultiOutputEstimator that supports tuple of arrays in predict() and supports pandas Series and DataFrame.
  • until_event(), since_event(): calculates the time since or until events (Series[bool])
  • ComposeVarEstimator: compose mean and std/var estimators.
  • DummyRegressorVar: DummyRegressor that returns 1.0 for std/var.
  • TransformedTargetRegressorVar: TransformedTargetRegressor with 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 for nn.Linear and nn.Conv1d/2d respectively. (For nn.Conv2d, uses np.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


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.2.tar.gz (24.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sklearn_utilities-0.2.2-py3-none-any.whl (33.2 kB view details)

Uploaded Python 3

File details

Details for the file sklearn_utilities-0.2.2.tar.gz.

File metadata

  • Download URL: sklearn_utilities-0.2.2.tar.gz
  • Upload date:
  • Size: 24.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for sklearn_utilities-0.2.2.tar.gz
Algorithm Hash digest
SHA256 447826fac6f0a05b84b113ef42abc1e7df147433d480c6636bbbce5c55630cb7
MD5 e2b9540de23a0ec7c4c09b2e6047dbe1
BLAKE2b-256 19b6a30cadff8e8b6301f218073079e0702e83da4f1c3de767e92417641bfa38

See more details on using hashes here.

File details

Details for the file sklearn_utilities-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for sklearn_utilities-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 fdd7ae80443967cdf83d2b0e0a4de330e78451b02f38003a6cb8612372311f67
MD5 941eec17bcb5ece05d5a1017909c18b5
BLAKE2b-256 83792965213665ebb0aeaa350c78a6be5cff4e95806593a258d26ef4f1f9de3b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page