You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does scikit-learn's normal kde alg support adaptive bandwidth?
Does it support boundary's? The s(x) function has a min and a max. It would be nice if we could enforce the kde has all probability within s_min and s_max
The current implementation of carl.distributions.KernelDensity is based on scipy.stats.gaussian_kde, which unfortunately does not support either of these features. It would be nice indeed, but this still would require some work to be done upstream in scipy. (or alternatively, to extend sklearn.neighbors.KernelDensity)
Does scikit-learn's normal kde alg support adaptive bandwidth?
Does it support boundary's? The s(x) function has a min and a max. It would be nice if we could enforce the kde has all probability within s_min and s_max
this worked well in the past
http://arxiv.org/abs/hep-ex/0011057
The text was updated successfully, but these errors were encountered: