Question: Suppose we use 3NN imputer to impute the missing entry in the following data row: (12, NaN, 1) The three nearest neighbors are as follows.
Suppose we use 3NN imputer to impute the missing entry in the following data row:
(12, NaN, 1)
The three nearest neighbors are as follows.
(9, 8, NaN)
(NaN, 9, NaN)
(NaN, 7, 7)
What is the imputed value? Round your answer to the nearest integer.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
