This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Description
Hello,
I would like to thank you for this amazing project! However, I want to ask if you have thought about a higher-level API, such as classifiers and regressors similar to scikit-learn with fit and predict?
I found this idea in the gplearn project, which also does symbolic regression.
While your API looks very flexible, it also looks like it is quite verbose for a new and "light" user like me.
Would you be open to a pull request from me, which would let people just create a regressor with given settings (such as population, generations, allowed primitives), and call fit and predict on it, similar to gplearn?