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

Add support for multi-class random forest. #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

samstiv
Copy link

@samstiv samstiv commented Jul 17, 2020

Added support for multi-class random forest. Using the same code for binary and multi-class classification won't work for now (hence the if-else in the convert_random_forest function), but should be easily fixed. Tested the multi-class classification on the iris and digits datasets of sklearn.

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

Successfully merging this pull request may close these issues.

1 participant