astroML / astroML

Machine learning, statistics, and data mining for astronomy and astrophysics
https://www.astroml.org/
BSD 2-Clause "Simplified" License
1.05k stars 308 forks source link

ENH: take advantage of scikit-learn's new neighbors tools #27

Closed jakevdp closed 10 years ago

jakevdp commented 10 years ago

Scikit-learn 0.14 includes a new Ball Tree and KD Tree which implement a number of generalized N-body routines. These could be used to enhance the astroML examples in the following cases:

jakevdp commented 10 years ago

done