Machine Learning 1: UNIT 2: Classification Questions
UNIT-II CLASSIFICATION Long Answer Questions 1. Apply a Binary Classifier for a given dataset and evaluate its performances using Accuracy, Precision, Recall, F1 Score, Precision/Recall Trade-off. Not 5 5 Not 5 53057 1522 5 1325 4096 2. Explain kNN Classifier Algorithm with an example. 3. How can you be measuring accuracy using cross validation? Explain. 4. Predict the class label for new instance x1=6, x2=8 for the following dataset using kNN Classifier. Explain kNN Algorithm. X1 X2 Class Label 4 3 F 6 7 P 7 8 P 5