Iterative Imputer V/S KNN Imputer
1. Iterative Imputer
How it works:
Imputes missing values by modeling each feature with missing values as a function of the other features.
Uses regression (e.g., linear, decision trees) to predict missing values iteratively.
Repeats the process ...
data-science-notes.hashnode.dev2 min read