djsutherland / py-sdm

Python implementation of nonparametric nearest-neighbor-based estimators for divergences between distributions.
http://cs.cmu.edu/~dsutherl/sdm/
BSD 3-Clause "New" or "Revised" License
48 stars 8 forks source link

support other, non-SDM-style set classifiers #41

Open djsutherland opened 10 years ago

djsutherland commented 10 years ago

It'd be good to support some other types of set/distribution classifiers under the same framework. Could, ideally, turn this into a scikit-learn extension for doing set/distribution classification.

... and more...