An open API service indexing awesome lists of open source software.

https://github.com/mewwts/feng

feng - feature engineering for machine-learning champions
https://github.com/mewwts/feng

feature-engineering machine-learning pandas

Last synced: 6 months ago
JSON representation

feng - feature engineering for machine-learning champions

Awesome Lists containing this project

README

          

## feng - feature engineering for machine-learning champions

[![Build Status](https://travis-ci.org/mewwts/feng.svg?branch=master)](https://travis-ci.org/mewwts/feng)

feng is a Python module for smoothly engineering features from your Pandas DataFrame so that you can win that Kaggle competition.

### Why feng?
> *We spent most of our efforts in feature engineering.*
>
> -- Xavier Cohort, [after winning one of many Kaggle competitions](http://blog.kaggle.com/2013/04/10/qa-with-xavier-conort/)

feng helps data scientists in what is arguably the most critical part of a machine-learning pipeline: [feature engineering](https://en.wikipedia.org/wiki/Feature_engineering).

It's built for fans of [Pandas](http://pandas.pydata.org/) and makes use of [scikit-learn](http://scikit-learn.org/) pipelines and transformers.

> *... some machine learning projects succeed and some fail. What makes the difference? Easily the most important factor is the features used.*
>
> -- Pedro Domingos, [A Few Useful Things to Know about Machine Learning](http://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf)

Made with ♥️ in Barcelona.