MichelleLochner / supernova-machine

0 stars 1 forks source link

Using GridSearch with KNN #6

Open mkerrwinter opened 9 years ago

mkerrwinter commented 9 years ago

Hey, I'm trying to optimise KNN with grid_search, but for some obscure reason grid_search can't handle KNN with the Mahalanobis distance metric. This problem is described here: https://github.com/scikit-learn/scikit-learn/issues/2609 and they say they've fixed it. So how do I get their new code where the problem's fixed? Thanks!