PythonDataScienceHandbook icon indicating copy to clipboard operation
PythonDataScienceHandbook copied to clipboard

[Solved] 5.4 Feature Engineering: Imputer Class is deprecated

Open dayanaviana opened this issue 4 years ago • 1 comments

Using sklearn.version '0.22.1' An error is returned executing the example for Imputation of Missing Data

image

Changing imports resolves the issue.

from sklearn.impute import SimpleImputer

dayanaviana avatar Apr 17 '20 15:04 dayanaviana

Using sklearn.version '0.22.1'

An error is returned executing the example for Imputation of Missing Data

image

Changing imports resolves the issue.

from sklearn.impute import SimpleImputer

Hi. Thank you so much for your response. I am such a beginner. I’m still not sure how to go about finding the answer. I am trying to get an education from these sites, apps, and professional advice, to figure out how I have been hacked, cyber attacked, really, for 7 yrs. It’s tough since I get redirected and blocked from many things. All devices destroyed except for this my 2 month old iPhone 11 which is degrading...

SarahJ68 avatar May 01 '20 14:05 SarahJ68