Impute missing data using k-Nearest Neighbors (KNN)

Hard

Suppose you're given a matrix, M, containing categorical features:

 [[1, 1.2, 1.9],
  [0, 1.7, 1.3],...

Sign in to InterviewQs to view this question

Or

New to InterviewQs? Sign up now.

By proceeding, you agree to our Terms and Conditions and Privacy Policy.

Loading editor...