k-Nearest Neighbors (KNN)
In this experiment, the KNN classifier was trained using which dataset?
How many features were used as input variables in the KNN model for this experiment?
In the experiment, the dataset was divided into training and testing sets using which ratio?
Why was StandardScaler used before training the KNN model?
What does the parameter k represent in the KNN classifier used in this experiment?
In this experiment, the confusion matrix was used to:
Which evaluation metric indicates the overall proportion of correctly classified samples?
ROC-AUC in this experiment was computed using which strategy?
Based on the experiment results, high accuracy indicates that:
Why is stratified sampling used while splitting the dataset in this experiment?