hengzhe-zhang / EvolutionaryForest

An open source python library for automated feature engineering based on Genetic Programming
GNU Lesser General Public License v3.0
136 stars 25 forks source link

Classification #90

Open ericborgos opened 7 months ago

ericborgos commented 7 months ago

Can your program be adapted to generate features for classification problems (like Titanic for example)?

hengzhe-zhang commented 4 months ago

Sorry for the late response. The link https://github.com/hengzhe-zhang/EvolutionaryForest/blob/master/experiment/methods/EvoFEAT.py provides an example of generating features for classification. The detailed paper will be published at GPTP 2024.