Feature engineering is an important area in the field of machine learning and data analysis. It helps in data cleaning process where data scientists and analysts spend most of their time on
- Outlier detection and removal
- One hot encoding
- Log transform
- Dimensionality reduction using principal component analysis (a.k.a. PCA)
- Handling missing values
- Scaling
- Outlier Introduction
- Percentile
- Use of Standard Division and Z-Score to remove outliers
- Remove Outliers from simple dataset
- Remove outliers from complex dataset