Open mkerrwinter opened 9 years ago
I haven't looked in depth, but it looks like this class is inheriting a bunch of stuff from other classes. Probably the variable _y is stored in one of NeighborsBase, KNeighborsMixin etc....
On Thu, Feb 26, 2015 at 10:57 AM, mkerrwinter notifications@github.com wrote:
Hey, in this code:
https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/neighbors/classification.py on line 185, what is _y and where is it defined? I can't find it anywhere. . .
— Reply to this email directly or view it on GitHub https://github.com/MichelleLochner/supernova-machine/issues/9.
Hey, in this code: https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/neighbors/classification.py on line 185, what is _y and where is it defined? I can't find it anywhere. . .