hengzhe-zhang / EvolutionaryForest

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

How to add new operators? #81

Closed Ray-0403 closed 1 year ago

Ray-0403 commented 1 year ago

Hi, is there a away to add custom operators?

hengzhe-zhang commented 1 year ago

The feature has been implemented, please refer to the tutorial at https://github.com/hengzhe-zhang/EvolutionaryForest/blob/master/tutorial/custom_primitives.ipynb.