The document provides instructions for an assignment to implement k-fold cross validation with K=3, 5, and 10 for KNN, SVM, and decision tree classification algorithms in python and plot the accuracy scores of each with and without cross validation.
The document provides instructions for an assignment to implement k-fold cross validation with K=3, 5, and 10 for KNN, SVM, and decision tree classification algorithms in python and plot the accuracy scores of each with and without cross validation.
Recall the implementation of classification algorithms in python a week ago. A file
named Classification.py has been uploaded (in the previous block) that plots the accuracy measures of 3 classification algorithms namely KNN, SVM and Decision Trees. You are required to implement k-fold cross validation with K =3, 5, and 10 and plot the accuracy scores of each of these algorithms. Compare the performance with and without cross validation.