Skip to content

Commit a1b943d

Browse files
Update feature_engineering.py
1 parent 0ca4e6d commit a1b943d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Machine Learning Templates/Feature Engineering Template/feature_engineering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ def complete_case_analysis(df):
9494
# 1.2 Missing Value -> Numerical Variables
9595
"""
9696
There are many ways to handle the missing values in the numerical variables:
97-
- Univariate: Mean, Median, Random Values, End of Distribution
97+
- Univariate: Mean, Median, Arbitrary Value, Random Values, End of Distribution
9898
- Bivariate: KNN Imputer, Iterative Imputer or MICE
9999
"""

0 commit comments

Comments
 (0)