This notebook provides some skills to perform Feature-Engineering on data.
- Different types of variables
- Problems in variables
- Machine learning model requirements
- Engineering missing values (NA) in numerical variables
- Engineering missing values (NA) in categorical variables
- missing value imputation methods
- when to use each NA imputation method
- Top coding, bottom coding and zero coding
- Engineering rare values in categorical variables
- Engineer labels of categorical variables
- Engineering mixed variables
- Engineering Dates
- Feature Scaling
- Gaussian Transformation
- Discretisation
- Engineering features with Feature_Engine