Question 8 Find the score (mean accuracy) of your knn classifier using X_test and y_test. This function should return a float between 0 and 1 :def answer_eight(): #YOUR CODE HERE raise NotImplementedError()

icon
Related questions
Question
Question 8
Find the score (mean accuracy) of your knn classifier using x_test and y_test.
This function should return a float between 0 and 1
[ ]: def answer_eight():
# YOUR CODE HERE
raise NotImplementedError()
[ ]:
Transcribed Image Text:Question 8 Find the score (mean accuracy) of your knn classifier using x_test and y_test. This function should return a float between 0 and 1 [ ]: def answer_eight(): # YOUR CODE HERE raise NotImplementedError() [ ]:
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer