A modular preprocessing package for a Pandas Dataframe.
Project description
🥧ReciPys🐍
The ReciPys package is a preprocessing framework operating on Pandas dataframes. The operation of this package is inspired by the R-package recipes. This package allows the user to apply a number of extensible operations for imputation, feature generation/extraction, scaling, and encoding. It operates on modified Dataframe objects from the established data science package Pandas.
Installation
You can install ReciPys from pip using:
pip install recipies
Note that the package is called
recipies
and notrecipys
on pip due to a name clash with an existing package.
You can install ReciPys from source to ensure you have the latest version:
conda env update -f environment.yml
conda activate recipys
pip install -e .
Note that the last command installs the package called
recipies
.
Usage
To define preprocessing operations, one has to supply roles to the different columns of the Dataframe. This allows the user to create groups of columns which have a particular function. Then, we provide several "steps" that can be applied to the datasets, among which: Historical accumulation, Resampling the time resolution, A number of imputation methods, and a wrapper for any Scikit-learn preprocessing step. We believe to have covered any basic preprocessing needs for prepared datasets. Any missing step can be added by following the step interface.
📄Paper
If you use this code in your research, please cite the following publication:
@article{vandewaterYetAnotherICUBenchmark2023,
title = {Yet Another ICU Benchmark: A Flexible Multi-Center Framework for Clinical ML},
shorttitle = {Yet Another ICU Benchmark},
url = {http://arxiv.org/abs/2306.05109},
language = {en},
urldate = {2023-06-09},
publisher = {arXiv},
author = {van de Water, Robin and Schmidt, Hendrik and Elbers, Paul and Thoral, Patrick and Arnrich, Bert and Rockenschaub, Patrick},
month = jun,
year = {2023},
note = {arXiv:2306.05109 [cs]},
keywords = {Computer Science - Machine Learning},
}
This paper can also be found on arxiv: https://arxiv.org/pdf/2306.05109.pdf
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 recipies-0.1.2.tar.gz
.
File metadata
- Download URL: recipies-0.1.2.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29a9492834cc2926594b1788d39df2c29582d146e09b256c246484a88bf3e51f |
|
MD5 | aa21d690e48f6724762faca7552ec711 |
|
BLAKE2b-256 | 71abdee7e1ebae9e85c0367a9916e2430955e641e9c94bf21e5f310c73f8242f |
File details
Details for the file recipies-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: recipies-0.1.2-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23c15743b12019c3f8d023b9cb96c6ed5dfbfb20e95852ea862c4513c231dc3a |
|
MD5 | b1c5a70bb5b148121f7162abe84ea538 |
|
BLAKE2b-256 | 801144836a2d44a78b8269c505a77ac028ce0ec5ee1eee6889b2133d9eff5378 |