Data Preprocessing library that provides customizable pipelines.
Project description
Preprocessy is a library that provides data preprocessing pipelines for machine learning. It bundles all the common preprocessing steps that are performed on the data to prepare it for machine learning models. It aims to do so in a manner that is independent of the source and type of dataset. Hence, it provides a set of functions that have been generalised to different types of data.
The pipelines themselves are composed of these functions and flexible so that the users can customise them by adding their processing functions or removing pipeline functions according to their needs. The pipelines thus provide an abstract and high-level interface to the users.
Pipeline Structure
The pipelines are divided into 3 logical stages -
Stage 1 - Pipeline Input
Input datasets with the following extensions are supported - .csv, .tsv, .xls, .xlsx, .xlsm, .xlsb, .odf, .ods, .odt
Stage 2 - Processing
This is the major part of the pipeline consisting of processing functions. The following functions are provided out of the box as individual functions as well as a part of the pipelines -
- Handling Null Values
- Handling Outliers
- Normalisation and Scaling
- Label Encoding
- Correlation and Feature Extraction
- Training and Test set splitting
Stage 3 - Pipeline Output
The output consists of processed dataset and pipeline parameters depending on the verbosity required.
Contributing
Please read our Contributing Guide before submitting a Pull Request to the project.
Support
Feel free to contact any of the maintainers. We're happy to help!
Roadmap
Check out our roadmap to stay informed of the latest features released and the upcoming ones. Feel free to give us your insights!
Documentation
Currently, documentation is under development. All contributions are welcome! Please see our Contributing Guide.
License
See the LICENSE file for licensing information.
Links
- Documentation: https://preprocessy.readthedocs.io/en/stable/
- Changes: https://preprocessy.readthedocs.io/en/stable/changes/
- PyPI Releases: https://pypi.org/project/preprocessy/
- Source Code: https://github.com/preprocessy/preprocessy
- Issue Tracker: https://github.com/preprocessy/preprocessy/issues
- Chat: https://discord.gg/5q2yCqqU6N
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
Built Distribution
File details
Details for the file preprocessy-1.0.0.tar.gz
.
File metadata
- Download URL: preprocessy-1.0.0.tar.gz
- Upload date:
- Size: 24.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.9.5 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ad7e16577cf7191698b5814f7e6684a71df54f4faca1cad9c02f30daf4fccba |
|
MD5 | 14ad31cc82b80a95a8174332cb94b1af |
|
BLAKE2b-256 | a2aea99c2b097e5ad28f541f16015ee2530eca8274b7958da789cd6f0ebb711d |
File details
Details for the file preprocessy-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: preprocessy-1.0.0-py3-none-any.whl
- Upload date:
- Size: 31.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.7 CPython/3.9.5 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf048855179a7393c984f1bbd66152dcf2f982e753cdf64d36a23b4a37e44693 |
|
MD5 | 6bfb697048bd2322897cec8fcb8287d4 |
|
BLAKE2b-256 | dc710e81dd37fee9bb2d2befc34c3b29a33fa3e546ce572798a07b9cda762784 |