Question: def exercise03(neighbors,split): ''' Data set: Iris Split the Iris dataset into a train / test model with the split ratio between the two established by
def exercise03(neighbors,split):
'''
Data set: Iris
Split the Iris dataset into a train / test model with the split ratio between the two established by
the function parameter split.
Fit KNN with the training data with number of neighbors equal to the function parameter neighbors
Generate and return back an accuracy score using the test data was split out
'''
random_state = 21
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
