PCA Decision Boundary
Visualizes the decision regions generated by the KNN classifier projected onto the first two principal components. Click on a test point to see its K nearest neighbors.
Classes
Setosa
Versicolor
Virginica
Train
Test (Correct)
Test (Misclassified)
Testing Metrics Evolution
Metrics: accuracy, precision, recall, F1 score, and ROC-AUC tracked over sample growth. F1 score overlaps Accuracy closely.
ROC Curve (Test Set)
ROC (Receiver Operating Characteristic): Plots TPR vs. FPR. Higher AUC (Area Under Curve) means better performance.