0

When I try to import from sklearn

from sklearn import neighbours, datasets

I get the following:


ImportError Traceback (most recent call last) in —-> 1 from sklearn import neighbours, datasets ImportError: cannot import name ‘neighbours’ from ‘sklearn’ (C:Users35386Anaconda3libsite-packagessklearn__init__.py)

I have 0.20.1 (from Anaconda3)

Anonymous Asked question May 13, 2021