Skip to content

[ENH] mixture of distributions#26

Merged
fkiraly merged 27 commits into
mainfrom
mixture-distr
Aug 25, 2023
Merged

[ENH] mixture of distributions#26
fkiraly merged 27 commits into
mainfrom
mixture-distr

Conversation

@fkiraly

@fkiraly fkiraly commented Aug 25, 2023

Copy link
Copy Markdown
Collaborator

Implements mixture of distributions.

Towards #22, and required for ensemble regressor.

Also adds a default implementation for ppf in the BaseDistribution, using the bisection method to invert a cdf, if present.

@fkiraly fkiraly added enhancement module:probability&simulation probability distributions and simulators implementing algorithms Implementing algorithms, estimators, objects native to skpro labels Aug 25, 2023
@fkiraly fkiraly merged commit b531d7e into main Aug 25, 2023
fkiraly pushed a commit that referenced this pull request Sep 13, 2023
Adds bagging ensemble of probabilistic regressors.

Complete rewrite of the legacy estimator.

Depends on:
* #26 for the mixture distribution
used in bagging.
* #65 for the default of `predict`,
if `_predict_proba` or other proba methods are implemented but not
`_predict`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement implementing algorithms Implementing algorithms, estimators, objects native to skpro module:probability&simulation probability distributions and simulators

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant