Guided Inquriy 15: Classification evaluation algorithms
- Due Apr 13, 2020 by 1pm
- Points 1
- Submitting a file upload
- Available after Apr 8, 2020 at 3:15pm
Watch this video on Classification evaluation algorithms
Links to an external site.
Then complete and/or modify your code from Class Activity 14: kNN Evaluation. Then, update your implementation to support multi-class classification. That is, for each of the distinct class labels, display the evaluation measure with it as the positive class.
For example, inputting a classification of the Iris data set, which has three distinct class labels (virginica, satosa, and versicolor), would have three evaluation sections (one for each of the three distinct class labels) listing all of the evaluation measures (tp, fp, tn, fn, accuracy, precision, recall, and F1).
Remember you may work on this with others. Post questions you have to Piazza.
Submit your code when you're finished.