Min-Max Scaler and Standard Scaler in Machine Learning | Feature Scaling Tutorial 2

Published: 27 March 2021
on channel: Atul Patel
9,059
126

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