tpvasconcelos / ridgeplot

Beautiful ridgeline plots in python
https://ridgeplot.readthedocs.io/
MIT License
58 stars 3 forks source link

Use a different KDE implementation #116

Open tpvasconcelos opened 1 year ago

tpvasconcelos commented 1 year ago

We have experienced some issues with statsmodels' KDE implementation (see in-line comments in ridgeplot._kde.estimate_density_trace().

Things to keep in mind:

fkiraly commented 5 months ago

Design-wise, would it not be cleanest to:

I wanted to write some abstract density estimation intefaces anyway, for skpro (though ofc no need to use them - just saying that I have done some thinking around that topic).