During the Machine Learning Data Cleaning process, you will often need to figure out whether you have missing values in the data set, and if so, how to deal with it. In this video,
I have demonstrated the handling of missing data using python sklearn SimpleImputer.
For SimpleImputer -- Video play at 2:27
Python Notebook : https://github.com/atulpatelDS/Youtub...
#DataCleaning #missingvalue #MachineLearning