I did not understand.
from sklearn.preprocessing import Imputer
ImportError Traceback (most recent call last)
in
1 #lets’ use sciket-learn Imputer class to fill missing values
----> 2 from sklearn.preprocessing import Imputer
ImportError: cannot import name ‘Imputer’ from ‘sklearn.preprocessing’ (C:\Users\Anshu kapoor\anaconda3\lib\site-packages\sklearn\preprocessing_init_.py)
How can i fix it?
Please reply.