statistical_learning icon indicating copy to clipboard operation
statistical_learning copied to clipboard

My implementation of codes in the book statistical learning method by Dr. Li Hang

Results 2 statistical_learning issues
Sort by recently updated
recently updated
newest added

I found a small problem while running [KD-tree](https://github.com/cherichy/statistical_learning/blob/master/python/KNN.py). If the target point has the same distance to more than one node, e.g., `target = array([7.5, 3.5])`, it will throw the...

Ofcourse I‘m joking... :)