A library for data science teams to avoid code duplication in common tasks involving scikit-learn transformers and estimators.
Project description
Data Science Utils
A toolkit for day-to-day DS tasks such as using custom transformers or estimators.
Found a bug or have a feature request? Open an issue!
Usage
import pier_ds_utils as ds
# Transformers
discrete_categorizer = ds.transformer.CustomDiscreteCategorizer(...)
interval_categorizer = ds.transformer.CustomIntervalCategorizer(...)
interval_categorizer_by_category = ds.transformer.CustomIntervalCategorizerByCategory(...)
# Estimators
glm_wrapper = ds.estimator.GLMWrapper(...)
predict_proba_selector = ds.estimator.PredictProbaSelector(...)
Installation
pip install pier-ds-utils
# or
poetry add pier-ds-utils
For a specific version:
pip install pier-ds-utils@_version_
# or
poetry add pier-ds-utils@_version_
Contributing
Contributions are welcome! Please read the contributing guidelines first.
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
pier_ds_utils-0.2.3.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file pier_ds_utils-0.2.3.tar.gz
.
File metadata
- Download URL: pier_ds_utils-0.2.3.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.7 Linux/6.2.0-1019-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35dfb0de0521256462435852ff0051e69e30de20c7f76b0cefa7d932fe280acd |
|
MD5 | 26759d05b2f7ce5704750b68e31e2705 |
|
BLAKE2b-256 | d66b2689c499f9ee4b6f295cb8ebd2d9b2967811801cea0167748c18d22a65f0 |
File details
Details for the file pier_ds_utils-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: pier_ds_utils-0.2.3-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.11.7 Linux/6.2.0-1019-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 165ed29aa9b68c11c07ec466e5f87162d2262354c095c6f59222cce00b219d80 |
|
MD5 | 69b0184f4669c16ff5daf60dd39a7c0b |
|
BLAKE2b-256 | 1490a525694db21796842ae5894db80766f3d1d492cdf48db86adfe9134c51a6 |