iskandr/fancyimpute

ModuleNotFoundError: No module named 'sklearn.impute'

Jessica-surina opened this issue · 3 comments

i have tried in all the possible ways but it is showing error
my code was:
from sklearn.impute import SimpleImputer
imputer=SimpleImputer(stratergy="median")

can you plz pt out the mistake ,it would be really helpful.
thanks in advance!

I think you're in the wrong repo. That's scikit-learn!

I think you're in the wrong repo. That's scikit-learn!

Sorry I didn't get you?

This is the repo for fancyimpute. You're trying to import from sklearn. Questions about scikit-learn should be asked on their github repository.