jakevdp / PythonDataScienceHandbook

Python Data Science Handbook: full text in Jupyter Notebooks
http://jakevdp.github.io/PythonDataScienceHandbook
MIT License
42.69k stars 17.82k forks source link

New in version 0.20: SimpleImputer replaces the previous sklearn.prep… #361

Open kernelrich opened 1 year ago

kernelrich commented 1 year ago

…rocessing.Imputer estimator which is now removed. The import statement and three instances of Imputer --> SimpleImputer are changed in this commit.