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 Libraries to explain the Normalization and Standardization.
Sklearn Min-Max Scaler
Sklearn Standard Scaler
Python Coding : https://github.com/atulpatelDS/Youtub...
#FeatureScaling #DataScience #MachineLearning