EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
550 stars 69 forks source link

Add support for `HistGradientBoostingClassifier` and `HistGradientBoostingRegressor` #743

Closed desilinguist closed 1 year ago

desilinguist commented 1 year ago

Again, best way to to test is to try out the new learners with the California and Iris examples.

This PR closes #489.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (90251a2) 95.19% compared to head (df16263) 95.19%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #743 +/- ## ======================================= Coverage 95.19% 95.19% ======================================= Files 29 29 Lines 3538 3538 ======================================= Hits 3368 3368 Misses 170 170 ``` | [Impacted Files](https://app.codecov.io/gh/EducationalTestingService/skll/pull/743?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService) | Coverage Δ | | |---|---|---| | [skll/learner/\_\_init\_\_.py](https://app.codecov.io/gh/EducationalTestingService/skll/pull/743?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService#diff-c2tsbC9sZWFybmVyL19faW5pdF9fLnB5) | `97.18% <ø> (ø)` | | | [skll/utils/constants.py](https://app.codecov.io/gh/EducationalTestingService/skll/pull/743?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=EducationalTestingService#diff-c2tsbC91dGlscy9jb25zdGFudHMucHk=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.