en | cn
pada is an onomatopoeia, like the sound we make when building blocks.
a ligthweight feature manage framework
- load_data: load data
- feature definition: metadata, input data, transform
- assemble: construct
you can install by pip command
pip install pada
or download source
python setup.py install
project
|---definition
| |-feats_def.py
|---load_data.py
|---main.py
|---url.py
define a function named data(), return your data which is a pd.DataFrame
you should define your feature in this directory
find your feature definition by url() function
run your feature engeering by run() function
- This library derives from and extends Ballet, a lightweight framework for collaborative, open-source feature engineering (https://github.com/ballet/ballet)