Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.95 KB

File metadata and controls

23 lines (17 loc) · 1.95 KB


Feature Transformation

Description

Feature transformation refers to the process of altering or converting the original features (input variables) in a dataset to create new features that can help improve the performance of a machine learning model.

The Process of Feature Transformation

Normalization
Standardization
Logarithm Transformation
Robust Scaler
Min Absolute Scaler

Tech Used

NumPy Pandas

Follow me

Links