Skip to content
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

Is there any method for multi output of symbolic regression? #218

Closed
SamWqc opened this issue Jan 27, 2021 · 2 comments
Closed

Is there any method for multi output of symbolic regression? #218

SamWqc opened this issue Jan 27, 2021 · 2 comments

Comments

@SamWqc
Copy link

SamWqc commented Jan 27, 2021

No description provided.

@trevorstephens
Copy link
Owner

Not built in to gplearn presently. But you could try to do a one-vs-rest approach using sklearn's tools https://scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html

@LuoYuanzhen
Copy link

As far as I know, "multi-tree" can be used to multi-output symbolic regression tasks. Also, an individual of Cartesian Genetic Programming (CGP) is able to produce multi-formula thanks to its graph representation.
So, you can try google "multi-tree" or "cartesian genetic programming" for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants