Iterative Imputer V/S KNN Imputer
Dec 16, 2024 · 2 min read · 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 ...
Join discussion