/feat

A feature engineering automation tool for learning data representations

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Feat

Build Status License: GPL v3

Feat is a feature engineering automation tool that learns new representations of raw data to improve classifier and regressor performance. The underlying methods are based on Pareto optimization and evolutionary computation to search the space of possible transformations.

Feat wraps around a user-chosen ML method and provides a set of representations that give the best performance for that method. Each individual in Feat's population is its own data representation.

Feat uses the Shogun C++ ML toolbox to fit models.

Check out the documentation for installation and examples.

Acknowledgments

This method is being developed to study human disease in the Epistasis Lab at UPenn.

License

GNU GPLv3