Classifier - Q7

What is the kappa, if you delete School, Class, Coder, UNIQUEID, and STUDENTID, use CART, and conduct 10-fold student-level batch cross-validation using the basic decision tree classifier? Please use 2 decimal places.



You will need to use the following package:

GroupKFold from sklearn.model_selection


Next