You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implements a grid-search method to find BKT parameters using a shared c library in Python. The shared c library implements the grid search to speed up the nested for loops. Functions to estimate BKT parameters, predictions, collapsed & non-collapsed rmse, auc_roc, accuracy and implement student-stratified k-fold cross-validation.