728x90

>>> from missingpy import KNNImputer

에러: ModuleNotFoundError: No module named 'sklearn.neighbors.base'

 

 

아래와 같이 변경할 것.

>>>from sklearn.impute import KNNImputer

 

728x90

+ Recent posts