Classification and clustering with Open University Learning Analytics Dataset
Dataset Link:
https://www.kaggle.com/datasets/rocki37/open-university-learning-analytics-dataset
- DecisionTree classifier with K-folds method and GridsearchCV
Function that implement Gridsearch decisionTree parameters with different K-folds cross validation, returns dataframe of best parameter and best score of each K-fold.
Example function call and result
- KNN classifier with Scaling, K-folds method and GridsearchCV Function that implement Scaling and Gridsearch KNN parameters with different K-folds cross validation, which returns dataframe of best parameter and best score of each K-fold.