Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pouyaardehkhani authored Feb 27, 2022
1 parent dc18065 commit 1a57af7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# Feature-Engineering
This notebook provides some skills to perform Feature-Engineering on data.

## Skills that are covered in this notebook:
1. Different types of variables
2. Problems in variables
3. Machine learning model requirements
4. Engineering missing values (NA) in numerical variables
5. Engineering missing values (NA) in categorical variables
6. missing value imputation methods
7. when to use each NA imputation method
8. Top coding, bottom coding and zero coding
9. Engineering rare values in categorical variables
10. Engineer labels of categorical variables
11. Engineering mixed variables
12. Engineering Dates
13. Feature Scaling
14. Gaussian Transformation
15. Discretisation
16. Engineering features with Feature_Engine

0 comments on commit 1a57af7

Please sign in to comment.