- What is feature engineering ?
- What happens when feature engineering is done ?
- Types of features/variables.
- 3.1 Numerical feature
- 3.2 Categorical feature
- 3.3 Date time feature
- 3.4 Mixed feature
- Feature Characteristics
- 4.1 Missing values
- 4.2 Cardinality
- 4.3 Rare Labels
- 4.4 Linear model assumptions
- 4.5 Outliers
- 4.6 Variable magnitude
- Missing value imputation
- Categorical encoding
- Feature/Variable Transformation
- Discretisation
- Outlier engineering
- Feature scaling
- 10.1 Standardisation
- 10.2 Mean normalisation
- 10.3 MinMaxScaling
- 10.4 Maximum absolute scaling
- 10.5 Robust scaling
- 10.6 Scaling to unit length
- Feature engineering mixed variable
- Feature engineering date and time
- 12.1 Engineering date
- 12.1 Engineering time
- References & credits
- Connect with me
Note 📜
- Feature and Variable are used interchangeably. Feature and Variable convey same meaning.
- Please find what, why & how part of specific topic inside the file "filename.py".
- One reason for success of a ML project is coming up with a good set of features to train on.
- The process of obtaining a good set of features is called as feature engineering.
- Improve performance of machine learning model
- Feature engineering represents data