0% found this document useful (0 votes)
18 views

Assignment 5 ML

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.

Uploaded by

AYESHA SHAZ
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Assignment 5 ML

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.

Uploaded by

AYESHA SHAZ
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Riphah International University

Introduction to Machine Learning Fall 2019

Dec 24 Assignment 5 Marks: 30


Due On Dec.
30

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.

You might also like