sktime / skpro

A unified framework for tabular probabilistic regression and probability distributions in python
https://skpro.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
231 stars 45 forks source link

[ENH] `DummyProbaRegressor` - probabilistic dummy regressor #437

Closed julian-fong closed 1 month ago

julian-fong commented 2 months ago

Closes #430, implements dummy proba regressor with normal and empirical strategies.

julian-fong commented 1 month ago

@fkiraly For a polars version for DummyProbaRegressor, would another implementation of fit be required? Since the distributions module does not support polars atm

fkiraly commented 1 month ago

yes, let´s do that separately