Back to Browse

Impute Missing Values with sklearn KNNIMputer

4.3K views
Streamed live on Apr 14, 2022
25:57

Imputation for completing missing values using k-Nearest Neighbors. Each sample’s missing values are imputed using the mean value from n_neighbors nearest neighbors found in the training set. Two samples are close if the features that neither is missing are close. Source: https://scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html GitHub: https://github.com/KunaalNaik/DSM_MissingValues

Download

1 formats

Video Formats

360pmp456.7 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Impute Missing Values with sklearn KNNIMputer | NatokHD