-
Notifications
You must be signed in to change notification settings - Fork 46
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
[ENH] Bagging ensemble of probabilistic regressors #32
Conversation
|
Codecov ReportPatch coverage:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #32 +/- ##
==========================================
+ Coverage 70.91% 71.57% +0.65%
==========================================
Files 93 93
Lines 4962 5016 +54
Branches 900 903 +3
==========================================
+ Hits 3519 3590 +71
+ Misses 1205 1189 -16
+ Partials 238 237 -1
☔ View full report in Codecov by Sentry. |
Adds bagging ensemble of probabilistic regressors.
Complete rewrite of the legacy estimator.
Depends on:
predict
in probabilistic regressors if only interval predictions are possible #65 for the default ofpredict
, if_predict_proba
or other proba methods are implemented but not_predict
.