Feature scaling is a method used to normalize or standardize the range of independent variables or features of data. In data processing, it is also known as data normalization or standardization and is generally performed during the data preprocessing step.
In this video I perform the hands-on with Python using below Library to explain how we can use the Robust Scaler and solve the outlier problem which we can get during standardization.
Sklearn robust scaler
Python Coding : https://github.com/atulpatelDS/Youtub...
#FeatureScaling #DataScience #MachineLearning