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

Multiclass classification with Symbolic Classifier #207

Open
razla opened this issue Oct 11, 2020 · 3 comments
Open

Multiclass classification with Symbolic Classifier #207

razla opened this issue Oct 11, 2020 · 3 comments

Comments

@razla
Copy link

razla commented Oct 11, 2020

Hello,

Firstly, thank you very much for this amazing library.
Secondly, I'm trying to use the Symbolic Classifier for multiclass classifications and it just returns me an error - is there any intention on fixing it?

Thank you very much!

@trevorstephens
Copy link
Owner

Hi @razla this isn't supported right now, but might be looked at in the future.

Perhaps you can use https://scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsRestClassifier.html ... be interested in your experience trying that if you give it a go!

@trevorstephens
Copy link
Owner

gplearn is built as a sklearn compatible estimator so hopefully it works! I have not tested this though.

@razla
Copy link
Author

razla commented Oct 12, 2020

Thank you very much.
I’m not quite sure what is that OvR, but if I understood, it’s a reduction of a multiclass classifier, to many binary classifiers?

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

2 participants