-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limiting tree depth #80
Comments
Interesting idea for # 1. Shall think on it. On # 2... Can you give more details on the use-case? You don't want to use some features? Why include them in |
Or you just want to see the output more readable? Sounds like #73 perhaps? |
Yes, definitely related! What I had in mind is printing |
A reference may be helpful ... https://github.com/DEAP/deap/blob/f6accf730555c5bbc1c50ac310250ad707353080/deap/gp.py#L891-L914 It seems like that they just replace the one violates the max depth constraint with a new random one |
I'm trying to use gplearn to automate feature engineering.
I have two questions:
The text was updated successfully, but these errors were encountered: