+1 vote
in Data Analytics by
Explain what is KNN imputation method?

1 Answer

0 votes
by

In KNN imputation, the missing attribute values are imputed by using the attributes value that are most similar to the attribute whose values are missing. By using a distance function, the similarity of two attributes is determined.

...