Feature Engineering Transformer Set


Keywords
data, feature-engineering, feature-extraction, machine-learning, transformer, transformation, pipeline, data preparation, feature engineering, machine learning
License
BSD-3-Clause
Install
pip install fets==0.0.1

Documentation

FETS

pipeline status coverage report

Set of ready-to-use transformers for your feature engineering pipelines in scikit-learn.

Inspired by the number of times I had to rewrite transformers and by the number of times we all did exactly the same.

How-To

See examples/

Installation

pip install fets

Testing

cd fets/
pytest -v tests