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

https://github.com/jmrozanec/features-generator

Library for automatic features generation.
https://github.com/jmrozanec/features-generator

Last synced: 5 months ago
JSON representation

Library for automatic features generation.

Awesome Lists containing this project

README

          

# features-generator
Library for automatic features generation. The project follows the [Semantic Versioning Convention](http://semver.org/) and uses Apache 2.0 license.

# Roadmap
We are willing to provide tools for the following use cases:
- best features selection
- atomatic feature generation:
- add, diff, product, division, max, min, avg
- random projections
- forward selection
- adversarial validation selection
# References
- [Deep Feature Synthesis: towards automating data science endeavors](http://www.jmaxkanter.com/static/papers/DSAA_DSM_2015.pdf)
- [A few useful things to know about machine learning](https://homes.cs.washington.edu/~pedrod/papers/cacm12.pdf)

# Similar libraries
- [Featuretools](https://github.com/Featuretools/featuretools)
- [Feature Forge](https://github.com/machinalis/featureforge)