skpro icon indicating copy to clipboard operation
skpro copied to clipboard

[ENH] dummy supervised regressor with polars support

Open julian-fong opened this issue 7 months ago • 4 comments

Implement the DummyProbaRegressor but with complete end to end support in skpro.

Some current limitations:

fit inside DummyProbaRegressor uses skpro.distributions which only supports pandas dataframes - needs a workaround

predict_proba also uses skpro.distributions - leading to the same issue, will need a workaround as well

@fkiraly any suggestions on how to implement?

julian-fong avatar Aug 01 '24 21:08 julian-fong