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

Support multi-class, multi-output RandomForestClassifier #552

Merged
merged 3 commits into from
Feb 16, 2024

Conversation

hcho3
Copy link
Collaborator

@hcho3 hcho3 commented Feb 16, 2024

Close #545

Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e8ac7bf) 84.27% compared to head (9ada881) 84.22%.

Additional details and impacted files
@@             Coverage Diff              @@
##           mainline     #552      +/-   ##
============================================
- Coverage     84.27%   84.22%   -0.05%     
============================================
  Files            71       70       -1     
  Lines          6130     5534     -596     
  Branches        514        0     -514     
============================================
- Hits           5166     4661     -505     
+ Misses          964      873      -91     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hcho3 hcho3 force-pushed the support_multitarget_rf_classifier branch from c1a1434 to e3c0263 Compare February 16, 2024 06:43
@hcho3 hcho3 force-pushed the support_multitarget_rf_classifier branch from 5d93447 to 9ada881 Compare February 16, 2024 09:38
@hcho3 hcho3 merged commit 87e01ca into dmlc:mainline Feb 16, 2024
18 of 19 checks passed
@hcho3 hcho3 deleted the support_multitarget_rf_classifier branch February 16, 2024 09:45
rapids-bot bot pushed a commit to rapidsai/cuml that referenced this pull request Apr 1, 2024
Treelite 4.1.2 contains important bug fixes such as:
* dmlc/treelite#547
* dmlc/treelite#552
* dmlc/treelite#553

Authors:
  - Philip Hyunsu Cho (https://github.com/hcho3)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Ray Douglass (https://github.com/raydouglass)

URL: #5814
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.

Multi-class, multi-output RandomForestClassifier in scikit-learn produces error
1 participant