KDEpy icon indicating copy to clipboard operation
KDEpy copied to clipboard

Kernel Density Estimation in Python

Results 21 KDEpy issues
Sort by recently updated
recently updated
newest added

Hi! Thanks again for a great library! We've run into an issue where the estimated PDFs are scaled incorrectly for the ISJ method under the following conditions: - The data...

bug
help wanted

Hi @tommyod. First, thanks very much for KDEpy! I use KDEpy as part of my smoothed particle hydrodynamics analysis and visualisation software Plonk (https://github.com/dmentipl/plonk). I use it for interpolation of...

Just leaving a note since its nice to share interest. My use-case is performing KDE many times on large (10 million) sets of data points. I thought I would have...

Two automatic bandwidth selection methods were added: - k nearest neighbors: Calculates the bw for each data point as the distance to the kth neighbor - cross validated bandwidth: based...

Hi Do you plan to add support for integration with sklearn, to use e.g. cross-validation for bandwidth selection? Would be great to do something like [this](https://scikit-learn.org/stable/auto_examples/neighbors/plot_digits_kde_sampling.html) with KDEpy. This would...

enhancement
help wanted

This separates the profiling from the main Notebook. This also adds OpenTURNS in the benchmark, with interesting results. The binning system in OpenTURNS takes place as long as the sample...

Hi, How can I apply automatic bandwidth selection for 2d data? I tried 'silverman', 'scott', 'ISJ' and they all say "rule is only available for 1D data". I also think...

Hello, First of all, thanks for the great package. I'm trying to compute density maps of a 3 dimensional points distribution. I understood from the documentation that a variable bandwith...

help wanted
good first issue