A Prescriptive Learning Analytics Framework: Beyond Predictive Modelling and onto Explainable AI with Prescriptive Analytics

Teo Susnjak1
School of Mathematical and Computational Sciences
Massey University
Auckland, New Zealand
Abstract

A significant body of recent research in the field of Learning Analytics has focused on leveraging machine learning approaches for predicting at-risk students in order to initiate timely interventions and thereby elevate retention and completion rates. The overarching feature of the majority of these research studies has been on the science of prediction only. The component of predictive analytics concerned with interpreting the internals of the models and explaining their predictions for individual cases to stakeholders has largely been neglected. Additionally, works that attempt to employ data-driven prescriptive analytics to automatically generate evidence-based remedial advice for at-risk learners are in their infancy.

eXplainable AI is a field that has recently emerged providing cutting-edge tools which support transparent predictive analytics and techniques for generating tailored advice for at-risk students. This study proposes a novel framework that unifies both transparent machine learning as well as techniques for enabling prescriptive analytics. This work practically demonstrates the proposed framework using predictive models for identifying at-risk learners of programme non-completion. The study then further demonstrates how predictive modelling can be augmented with prescriptive analytics on two case studies in order to generate human-readable prescriptive feedback for those who are at risk.

Keywords— l earning analytics; explainable machine learning; counterfactuals; interpretable machine learning; prescriptive analytics; what-if modelling; learner intervention support

1 Introduction

Higher Education Institutions (HEI) are operating in an ever-increasingly competitive and dynamic environment. The recently accelerated transition to online learning by many institutions has been one of the key drivers of these emerging pressures. Within this context, student retention rates have also become a prominent issue at HEI, as well as concerns around student performance in general due to the prevalence of low grades [26]. Considerable research effort has been invested into technological means to address these issues and the Learning Analytics (LA) field, in general, has been an important vehicle for supporting these endeavours [42].

Within LA, it is widely appreciated that predictive analytics tools that identify at-risk students hold considerable potential to address these challenges at least in part, by providing the ability for timely interventions to be initiated with at-risk learners which can result in corrective measures being undertaken by them [26]. However, in their survey of LA applications, Hernández-de Menéndez et al. [17] conclude that LA technologies are generally not yet widely used in this sector despite the evident potential they offer to HEI. Indeed, Jang et al. [18] highlight that despite the clear opportunities offered by the predictive analytics technologies, the developed tools tend to persist only as research content. The authors posit that to genuinely integrate the predictive analytics technologies into educational contexts, barriers like educators’ general distrust in the tools, as well as the lack of interpretability and visual representation of information accompanying them, need to be overcome and are perceived as being some of the biggest obstacles. Rets et al. [31] also point out that learners will engage with a LA tools only if they can understand how the LA system’s outputs regarding them are generated.

Predictive models themselves have over time become more complex and as a result, they have assumed ’black-box’ characteristics. Their complexity ensures that it is not possible to apprehend how these models arrive at their predictions, and crucially, what aspects of the learners’ behaviours are key determinants of their prognosticated outcomes. This absence of model interpretability (how a model works) and explainability of their specific predictions in turn negatively affects their utility, and ultimately results in distrust by the stakeholders [3].

According to Villagrá-Arnedo et al. [39], for a prediction model to truly be useful, it ought to also do more than merely classify learners into risk categories. The authors argue that the models should in addition offer interpretative characteristics from which learners can gain insights into possible causes of their learning obstacles. Transparency of this kind facilitates the development of trust by all stakeholders in general and thus increases the prospects of adoption. The greater interpretability of the predictive models enhances the tool’s capabilities to support the dispensing of effective guidance towards resolution and remediation to at-risk learners. In their recent systematic literature review of predictive LA studies, Namoun and Alshanqiti [26] also encouraged the pursuit of research into interpretability and explainability of the predictive models where the focus should more heavily focus on developing explanatory aspects of predictions rather than the development of models that merely forecast student outcomes.

In the most ideal setting, the analytics technologies used in the educational contexts need to even go beyond interpretability and explainability properties, and should in fact embody prescriptive analytics capabilities which leverage data-driven techniques to communicate to learners precisely what remedial actions are most likely to result in improved outcomes [36]. While descriptive analytics answers ’what happened?’ and predictive analytics addresses ’what will happen?’, prescriptive analytics tackles ’how to make it happen?’ [14]. The power of prescriptive analytics, therefore, lies in its ability to transform information into implementable decisions. Liu and Koedinger [21] highlight the importance of LA tools which lead directly to actionability. Arguably, therefore, the most beneficial and insight-rich form of analytics is found in the prescriptive data-driven outputs which generate the greatest intelligence and value [20].

Prescriptive analytics frequently uses machine learning in order to suggest at the existence of possible causal relationships within the features describing learners, and consequently, recommendations can be constructed from these outputs which can be used as advice concerning which behavioural adjustments are likely to result in more desirable outcomes. By offering tailored and evidence-based recommendations that venture beyond generic advice, and are instead customised to each learner with specific and measurable goals, more effective advice can be provided to support interventions, which Wong and Li [42] confirm in their recent review of learning analytics intervention studies. Thereby, the prospects of positively affecting both retention rates and student performances are consequently improved. Increasingly studies are emerging that have highlighted the importance of LA tools which provide insights to learners with a prescriptive component that are in the form of recommendations for guiding learners [38] and this is an emerging research frontier.

1.1 eXplainable AI

With the increased embedding of complex predictive models into contexts that were previously dominated by human decision-making, the need has arisen for predictive models to display a greater degree of transparency behind their mechanisms of reasoning. This is the case not least for establishing trust in them, but also from the perspective of compliance. It is increasingly becoming a legal requirement across international jurisdictions222GDPR [30] is one example. that the mechanisms behind any automated decisions affecting humans be clearly explained to those affected by them. Wachter et al. [40] also point out the necessity of being able to contest decisions made by automated systems by those concerned and to also have the opportunity to be informed with respect to the current decision-making model as to what it would need to see change in their data inputs to produce an alternative or a more desirable decision.

It is for these reasons that a relatively new research field of eXplainable Artificial Intelligence (XAI) (sometimes referred to as Interpretable Machine Learning) has emerged. Some of the key aspirations of this field are focused on developing techniques that address the high-level interpretability of opaque predictive models as well as on devising tools that enable them to interrogate and extract explanations of how the models arrive at given conclusions [24]. Meanwhile, there currently exists a gathering the research interest exploring prescriptive analytics where methods are being developed that leverage data-driven approaches to generate evidence-based actionable insights [20].

From a technical point of view, model interpretability tends to pertain to the tasks of making sense of a model’s internals generated post-training by a machine learning algorithm. It usually concerns a level of clarity into the mechanics of a model at a global-level, while explainability of models refers to extracting the reasoning behind the model’s prediction for a specific learner in this context, which is referred to as local-level explainability. Both perspectives on model behaviour are important and serve multiple overlapping purposes. Model interpretability affords an institution the ability to communicate to all concerned stakeholders how a predictive model works in general terms using broad brush strokes. While local-level explainability of models enables the validation of specific predictions to take place by student support teams before interventions are initiated, it also enables clear responses to be given to affected students as to exactly how and why they have been identified as being at-risk. However, clues can also be gleaned from the local-level explanations into possible remedial actions that can be suggested to the learners.

Tools and techniques supporting the goals of model transparency are reaching maturity. SHAP [22] is a visualisation technique that is currently recognised as being state-of-the-art in the field of XAI [15] for realising both global and local-level model transparency. The Anchors [32] technique has also been developed recently as a tool that imparts a high degree of local-level explainability. The benefit of Anchors is that it produces human-readable rule-based models which are succinct approximations of the behaviour of the underlying complex models. However, a more advanced approach using Counterfactuals [40] enables the analytics processes to surpass predictive capabilities, and enter into the prescriptive. This technique provides precise suggestions to the learners regarding the smallest set of adjustments they need to make in their learning behaviour for an alternative prediction to be generated. This study demonstrates the applicability of all three of these technologies for different steps of the proposed prescriptive analytics framework.

1.2 Research Contribution

This study presents a novel prescriptive analytics framework for supporting LA aims of identifying and initiating both timely and effective interventions with at-risk students. The proposed framework demonstrates how both predictive and prescriptive analytics can be more fully leveraged than has previously been done. This study illustrates how effective models predicting qualification completion outcomes can be developed using machine learning and made transparent at both global and local levels to meet the needs of all stakeholders. Furthermore, this work goes on to illustrate through case study examples how prescriptive analytics tools can subsequently be utilised to automatically generate specific prescriptive feedback, that is evidence-based as well as actionable, and how the output of these methods can be converted into human-readable text.

2 Background

In the last two years, there have been numerous systematic literature reviews (SLR) in the field of LA and Educational Data Mining (EDM) centring on predictive themes, casting multiple perspectives onto the state of this field, and revealing where the focus of the research efforts. Indeed, these works have identified current gaps, emerging trends, and future aspirations which are brought out in the following sections.

2.1 Recent Survey Findings

An in-depth SLR was conducted by Namoun and Alshanqiti [26], covering a total of 62 relevant studies within predictive LA, in which they focused on three areas: (1) ways in which academic performance was measured using learning outcomes and subsequently predicted, (2) the types of algorithms used to forecast student learning outcomes, and (3) which features are most impactful for predicting student outcomes. The authors found that 90% of the studies predicted course-level outcomes, while only three studies considered predicting programme/qualification-level outcomes. As part of their findings, they urged the research community to conduct further work in predictive modelling, and more specifically, to do so at the programme level which they described presently to be in its infancy. Meanwhile, the authors called researchers to rise above simply predicting outcomes, and to also incorporate model interpretability and explainability into their studies.

Albreiki et al. [2] likewise conducted an SLR consisting of 78 studies of relevant EDM literature from 2009 to 2021 concerning predicting at-risk learners of non-completion. The review indicated that only a handful of studies proposed means for generating remedial solutions consisting of feedback that learners and educators can use to address the underlying obstacles. The authors noted that future research will place greater emphasis on devising machine learning methods to predict students’ performance in general and will also augment this with automatically generated remedial actions to assist learners as early as possible.

Another up-to-date survey by Xiao et al. [43] examined almost 80 studies using EDM to predict students’ performance and provided insights in line with previous studies. The authors note that one of the deficiencies in this field is that very few studies have attended to explore model interpretability and have thus neglected explanations of the mechanics of predictions and the role that different features play in the predicted outputs. Indeed, the authors stress that the use of model interpretability tools ought to be one of the chief pursuits and the direction of future research in this field of study.

There were several other recently conducted reviews into LA and EDM studies. Interestingly, these did not address the issue of model interpretability and explainability, nor was there coverage of the use of prescriptive analytics tools indicating that these approaches are not yet in wide use. Fahd et al. [13] carried out a broad meta-analysis of literature of 89 studies from 2010 to 2020. Their survey analysed the application of machine learning approaches in predicting student academic performance. Their primary focus was on considering what types of models were being used in research at HEI, and their identification of trends centred around specific matters of how to achieve better predictive accuracies using machine learning. Similarly, Batool et al. [4] conducted a LA survey of some 260 studies over the last 20 years on the topic of student outcome prediction. Similar to previous reviews, they focused on highlighting the most effective features for this task and the types of algorithms and techniques used, as well as data mining tools that are most frequently applied. However, the important issues of model interpretability and prescriptive analytics were not raised.

Likewise, Shafiq et al. [34] conducted an SLR covering 100 papers. Their focus was again on predictive analytics, looking mostly at what was being predicted, what kind of data was used, which sets of features were effective or otherwise, and what types of algorithms were explored. The focus was essentially on ways to enhance the accuracy of predictive models but there was no coverage of techniques that extend beyond mere predictions Instead, the recommendations emphasised that more ensemble-based and clustering methods should be explored to predict the performance of students and enhance the prediction accuracy. In the same vein, Tjandra et al. [37] conducted a comprehensive review of recent studies based on student performance prediction. The review considered features and algorithms used, accuracies attained, as well as commonly used tools. The authors concluded that there is still limited use of personal characteristics data such as psychological and social/behavioural features for developing student performance predictions and that future research should focus on including these to address dropout rates. Finally, Hernández-de Menéndez et al. [17] investigated the practices of 16 HEIs that have deployed LA projects. The authors found that they have mostly used LA technologies for student retention. These tools largely supported strategies for identifying at-risk students through predictive analytics, which served as a springboard for initiating various types of interventions.

A vast majority of the predictive models identifying at-risk students have focused on course-level outcomes rather than on programme-level completions [26]. Since course-level predictive models have tended to only be deployed across subsets of all courses on offer, the likelihood of at-risk students evading detection is therefore high. Thus, there is high utility in pursuing programme-level completion predictions. Though prior works in the prediction of programme completions are very rare, those that exist have generally followed an outcomes-based approach, which breaks down all constituent parts of programme-level outcome requirements into course outcomes first, and subsequently proceeds to map them all to programmes. These types of bottom-up predictive models then operate on the level of course-level outcomes and these predictions are combined to generate programme-level outcome predictions. Examples of this approach are [9], as well as [5] and [6] who likewise developed programme-completion prediction models and claimed to achieve accuracies in the upper ranges between 90% and 95% using various techniques from the WEKA data mining toolkit. More recently, Gupta and Ghosal [16] followed a similar approach in first determining course-level outcome predictions and mapping these to programmes, before determining overall outcomes. Such systems embody a great deal of complexity and appear to have been mostly research prototypes since productionisation and long-term maintenance of these approaches in a dynamic setting are questionable with respect to sustainability.

2.2 Model Interpretability in LA

Model interpretability is not only important for building trust, meeting compliance and extracting maximal value from predictive systems, but it is also vital for developing accurate predictive models. Feature engineering and selection tasks are more critical to the success of machine learning models than the choice of algorithm or the size of the datasets used [11]. While a wide range of features for predicting student performance have been used in literature, there is still a lack of clarity on which specific features are most effective and how they interact to influence the attainment of course and programme outcomes [26]. Therefore, tools and approaches that specifically illuminate the influence and the behaviour of the models in terms of the underlying features, are important. In one of the earliest studies into methods of illuminating the predictions of black-box models for learners, Villagrá-Arnedo et al. [39] developed a set of proprietary graphical tools to exploit the output information and provide a meaningful guide to both learners and instructors. Dass et al. [10] develop dropout prediction models for students in a MOOC course and did strive to gain a deeper understanding of the effectiveness of the various features to support accurate predictions, as well as to predict the point in time when the students were likely to drop out. Similarly, Jang et al. [18] demonstrate the usage of XAI techniques to assist in interpreting the classification results of the models which were designed to identify at-risk students. The study paid particular attention to selecting features that were relevant to stakeholders.

2.3 Prescriptive LA Systems

Jenhani et al. [19] developed one of the earliest automated remedial prescriptive systems which leveraged machine learning. The system was designed in such a way that a separate classification model was trained on a remedial action dataset describing historical data based on experts’ and instructors’ actions to improve the low learning outcomes. The types of predictive outputs that the system made as suggestions for at-risk students were: revise a concept, attempt extra quizzes, solve specific practice examples, take extra assignments, etc. All these prescriptions were at a generic level. Elhassan et al. [12] extended this work further to enable the system to recommend a set of remedial actions to address specific shortcomings rather than a single action as previously.

Albreiki et al. [1] developed predictive models for at-risk students which they combined with a customised system that enabled the instructor to set various thresholds and weights alongside the predictive models. Based on the configuration and the outputs of the predictive models, the system would then select from a predefined list of remedial actions the most suitable one.

Most recently, Susnjak et al. [36] proposed a student-oriented LA dashboard which apart from using descriptive and predictive analytics, also demonstrated a prototype of how to integrate interpretability and explainability aspects of the predictive models, as well as the automatic generation of feedback based on prescriptive analytics.

2.4 Summary and Research Aims

From this literature review, several conclusions can be drawn. The literature indicates that the use of predictive analytics within the LA field is widespread and on the rise. The literature points to an acute gap in the current research concerning the use of predictive analytics tools which enable interpretability and explainability of the models. The bulk of the research is still largely focused on devising means of more effectively predicting various outcomes. There is a general absence of XAI tools in usage. These tools have only just started to emerge in LA research even though these tools are not esoteric. Much less is there any evidence that there exists the use of data-driven prescriptive analytics which provide automated and tangible remedial advice to at-risk students. Thus the conversion of predictions into actionable insights is broadly missing from the literature at this point.

There is therefore a need and an emerging requirement to begin to implement predictive analytics systems with responsible and accountable characteristics. These LA systems ought to have embedded transparency that is enabled by an expressive set of technologies, while venturing beyond the predictive realm and ideally being augmented by prescriptive tools that assist learners in addressing their challenges. Unless an effective predictive system can be matched with the reasoning behind its decisions surrounding the underlying variables, and suggestions about concrete pathways for moving forward, these systems will only ever have constrained capabilities and limited uptake.

To that end, this work proposes a prescriptive learning analytics framework that attempts to address the outlined gaps. This work defines a step-by-step process for building predictive models and highlights ways for enhancing them with various levels of interpretability, while ultimately showing how prescriptive analytics can complement the entire process. This work demonstrates the proposed framework using programme/qualification completion predictive models and maps each step of the framework with specific technologies while showing the practicality of the framework with use case scenarios.

3 Proposed Framework

The proposed Prescriptive Learning Analytics Framework (PLAF) is outlined here and depicted in Figure 1. The figure portrays the two key components, namely predictive and prescriptive phases, as well as the process flow of the various steps comprising the framework. The framework assumes that the data identification and acquisition steps have already been completed. Each step in the framework is discussed in turn.

 The Prescriptive Learning Analytics Framework (PLAF) highlights each step in the process.
Figure 1: The Prescriptive Learning Analytics Framework (PLAF) highlights each step in the process.

The initial Step (1) assumes that the raw data has been cleaned and preprocessed to support subsequent analyses. Here, all relevant exploratory data analyses are performed, and an investigation into the reliability of the data. This includes investigating the prevalence of missing values, together with methods to impute them if necessary. Additionally, the ability of the existing data to support deeper analyses of the subsequent phases is conducted here.

Predictive Analytics Phase

Predictive analytics begins with the feature engineering Step (2). Here the researchers are guided by domain knowledge for creating new features from the raw data with the motivation that the derived features amplify the signal in the data which will then increase the accuracy of the machine learning models. This process is creative and involves considerable trial-and-error in conjunction with subsequent steps in the framework.

A selection of new and original raw-data features is subsequently used to develop predictive machine learning models in Step (3). Multiple algorithms representing a wide variety are used to develop competing models. This is necessary since no one algorithm outperforms the rest across all possible domains and datasets333No Free Lunch Theorem [41]. The competing algorithms are tuned with respect to their hyperparameters to ensure that the model training is not misspecified, thus entailing an iterative approach. The models are robustly evaluated against a variety of metrics to identify the best candidate out of the competing models. In case of insufficient model accuracy, new features may be required, thus returning to Step (2).

All models are by definition a simplification of some phenomenon. However, as machine learning algorithms become more sophisticated, the induced models in turn become uninterpretable. The subsequent steps in the predictive analytics framework aim to expose the opaque mechanics of black-box models. This is achieved by simulating the behaviour of the primary model and in effect constructing a model-of-the-model which is a simplification of the original while having human-understandable characteristics. These second-order models are commonly referred to as surrogate or proxy models.

In Step (4), the selected best-performing model is evaluated for interpretability. This step has a two-fold purpose. First, during the development stage, it serves as another means for achieving model validation by the researchers. However, more important for the current context, is that in this step the global-level mechanics of the model’s behaviour can be revealed. In this step, analytics tools are used that depict which features are the key drivers of predicted outcomes, and how the various feature values positively or negatively impact the final predicted outcomes. The outputs of this step are communicated to key stakeholders so that trust in the black-box models can be fostered and the predictions relied upon. If the interpretation of the models raises concerns about the validity of the models and the underlying features, then the process returns to Step (2), and new features may need to be engineered.

In Step (5), we transition towards local-level explainability of the model by interrogating it on how precisely it has reasoned to classify a specific learner with a given outcome. The information in this step becomes particularly meaningful for two reasons. First, the academic advisors who manage interventions are able to gather information and gain a deeper understanding of which factors for each learner are the contributing factors to their predicted negative outcome. This step is also critical for legal compliance aspects where affected stakeholders have the right to understand how the autonomous decision-making systems have arrived at particular conclusions about them [23].

At this stage, the limits of what predictive modelling can offer are reached. Seeking to understand what exactly can be done to maximise better outcomes belongs within the scope of prescriptive analytics.

Prescriptive Analytics Phase

In prescriptive analytics, the aim is to leverage techniques like machine learning models to perform counterfactual or what-if simulations. The end goal is to use the outputs of the simulations as a basis for automatically generating evidence-based feedback to learners concerning adjustments to their learning behaviour which may result in improved outcomes. The simulations entail specifying an alternative outcome for a given learner to the one that the predictive models have arrived at. In this study’s context, we are seeking to define a new target outcome of a ’successful qualification completion’ for an at-risk learner. The counterfactual modelling in Step (6) takes the predictive model and uses it to uncover a set of minimal changes that would need to take place in the learner’s feature values for the desired outcome to be predicted for a specific learner. Naturally, for this to be useful counterfactual modelling needs to be performed using features upon which actionable steps can be taken. This means that a set of target features need to be selected like: engagement levels with the VLE, average assignment marks and the total number of on-time assignment submissions etc. The counterfactual modelling step is flexible. New models can be developed at this stage solely for this task whereby more actionable features are used, and immutable features like demographics (eg. learner age) are removed. Counterfactual outputs need to be configured to model changes only in the selected features upon which advisors desire to base their feedback. Additionally, each feature in this modelling process needs to be constrained within a range of values for them to be varied to generate feasible and realistic pathways to a desirable predicted outcome. Several possible pathways towards an alternative outcome for a learner can be generated and not all will be feasible. The unrealistic pathways need to be filtered and discarded.

Once the most realistic pathways have been selected, the next Step (7) entails two parts. The first requires that the engineered feature values be converted back into raw values so that they become interpretable and actionable for the learner. This step, therefore, has a dependency on Step (1) in the framework where the raw values reside and enable the engineered values can be converted back to them. The second part converts the numeric values into natural language text which can be dispensed to learners either directly via LA dashboards and emails or through conversations with academic advisors. Converting the counterfactual outputs into a human-readable format also makes the prescriptive feedback more usable for the academic advisors for the task of filtering and selecting the most suitable prescriptive feedback from all the candidate options. The actual conversion task itself can be programmed and thus automated using templates and natural language processing tools. Once the prescriptive feedback has been generated and the most suitable selected, then the intervention can be initiated - Step (8).

4 Methodology

4.1 Dataset

Setting:

The data was acquired from an Australasian HEI. The data was sourced from the institution’s Student Management System (SMS) and the Virtual Learning Environment (VLE) - Moodle. The dataset consisted of undergraduate students who commenced studies from 2018 through 2022 and who either completed or abandoned their studies during this period. The two categories of outcome represented an evenly balanced target variable where the total number of completed learners accounted for 52% (3693), and those who abandoned their studies comprised 48% (3415).

Predictive problem formulation:

The target prediction variable was programme/qualification completion. Given the nature of the underlying data, each student represents a data point at a given point in time denoted by the academic year. Most students are enrolled over multiple academic years of their programme, and therefore the dataset represents students as snapshots across each of their years of enrollment. For example, if a student was enrolled in a three-year bachelor’s qualification with ultimately a successful completion, then the student would be represented in the dataset with three data points and each would be designated the target variable of ’completed’. As a result, the total dataset consisted of 14918 data points. The learners who completed their programme of study comprised 72% (10736) of all data points since they enrolled in multiple academic years, while non-completion learners comprised 28% (4182), thus making the final dataset relatively unbalanced.

Given the nature of the dataset with a learner’s educational journey represented by multiple data points, the predictive problem, in this case, was both formative and summative. In the formative approach to the prediction of learner outcomes, students’ outcomes are considered at various checkpoints of their studies of their journey towards completion. However, in the summative prediction, the learner outcomes are predicted at the end of the qualification or semester when course-level predictive models are used.

Features:

The features used to describe each learner at a particular point in time can be grouped into four broad categories. These categories are learner academic performance and learning behaviours, as well as the more immutable learner characteristics data. Additionally, these features were augmented with the characteristics of the programme into which they enrolled.

Once the data was prepared (Step 1), raw feature values were engineered to extract new derivative features to create more descriptive feature values - Step (2). In order to draw out more value from the raw behavioural and academic performance features such as a learner’s average grade or the number of online learning resources they accessed, these were transformed and relativised to the learner’s cohort. This conversion made the feature values more generic, contextually meaningful and comparable across different cohorts who study different courses/programmes that have different means and spreads across various features. To achieve this, each course-specific feature was transformed into a normalised value using z-score standardisation. This conversion converted the learner’s absolute and mean values for a given feature into a form that captures the degree to which it deviates from the learner’s cohort. The utility of this approach to creating course-agnostic features was underscored by Ramaswami et al. [29]. The z-score calculation Formula 4.1 denotes as the value being converted, and represent the mean and the standard deviation of all the values of :

{ceqn}
(1)

In essence, the value of the z-score communicates how many standard deviations a given value is from the mean. For a z-score equal to 0, it implies that the value is directly on the mean. A positive z-score signifies that the raw value is above the mean and the opposite holds for negative z-scores. The z-score values possess a greater descriptive power leading to more accurate machine learning models, but this comes with the cost of lower interpretability. All features used in the study are summarised and described in Table 1, with engineered features representing Step (2) being identified with .

Category Feature Name Description Predictive Modelling Prescriptive Modelling
LEARNER CHARACTERISTICS Basis For Admission Description Eg. NZ Entrance, NCEA, adult admission, discretionary entrance etc.
Has Previous Tertiary Study yes/no
Highest School Qualification Description Eg. NZ University Entrance, International Baccalaureate etc.
Current Full Time Status full-time/part-time
Current Student Mode Numeric On-campus or online/distance
Current Prior Activity Description What was the primary activity that the student was engaged in, in the previous year
Age Description current student age
Gender male/female/other
ACADEMIC PERFORMANCE DATA Grade Mark Mean Student’s mean grade for current academic year courses
Grade Mark Max Student’s max grade for current academic year courses
Grade Mark Deviation From Class Mean Student’s Z-score calculation with respect to the average cohort grade across all courses enrolled in
Papers Failed For Student Academic Year
Online Learning Has Passed Assessment Count Zscore The total number of assessments a student has passed represented as a relativised Z-score with respect to the student’s current cohort values.
Total Qualification Percent Completed Percent of the student’s qualification completed with respect to the number of courses required
Online Learning Submitted Assignment Zscore The average assignment mark for a student represented as a relativised Z-score with respect to the student’s current cohort average.
LEARNER BEHAVIOUR DATA Papers Withdrawn For Student Academic Year Number of paper that a student has withdrawn from in a given year.
Online Learning Pages Viewed Count Zscore The total amount of VLE content accessed by a student represented as a relativised Z-score with respect to the student’s current cohort totals
Online Learning Quiz Taken Count Zscore The total number of quizzes taken by a student represented as a relativised Z-score with respect to the student’s current cohort totals
Online Learning Forum Post Created Count Zscore The total number of discussion forum posts created by a student represented as a relativised Z-score with respect to the student’s current cohort totals
Online Learning Forum Post Read Count Zscore The total number of discussion forum posts read by a student represented as a relativised Z-score with respect to the student’s current cohort totals
Online Learning On Time Submission Count Zscore The total number of on-time assignment submissions by a student represented as a relativised Z-score with respect to the student’s current cohort totals
PROGRAMME CHARACTERISTICS DATA Programme Title Name of qualification, eg. Bachelor of Arts
Programme Credits Required Eg. 60, 120, 360, 480.
Table 1: Descriptions of features used for predictive and prescriptive modelling. denoting engineered features, while describes features used only for prescriptive model generation and denotes features used for both prescriptive model generation and prescriptive feedback generation.

4.2 Predictive Machine Learning

Algorithms:

A wide variety of algorithms from a broad range of machine learning families of techniques were used for the experiments to generate candidate models as part of Step (3). These consisted of Scikit-learn [33] Python implementations of Random Forest (RF) [7], K-Nearest Neighbour Regression (kNN) [8], Naive Bayes (NB), Support Vector Machines (SVM), Gradient Boosting (GB), Logistic Regression (LR), Decision Tree (DT) and CatBoost (CB) [28]444 This is a non-scikit-learn catboost 1.0.6 implementation found here: https://pypi.org/project/catboost/ . Two baseline models were used for demonstrating the predictive value of the candidate models, namely, the stratified random guessing model (Baseline 1) as well as the mode (Baseline 2).

Data Preparation:

In cases where there were missing values and the underlying algorithms required the presence of all values, these were replaced with zero. For algorithms that required all values to be numeric, Binary Encoding of categorical values was used which produced more concise feature sets and reduced the likelihood of overfitting555CatBoost was the only algorithm in the suite of techniques used which did not require the imputation of missing values and the encoding of categorical values into numeric data types..

Training Approach and Hyperparameter Tuning:

Training was performed in such a way as to prevent data leakage from occurring which would compromise the validity of the predictive modelling results. Given that each learner is potentially represented by several data points, the experimental design involved applying train/test splits in a manner that ensured all data points from a given learner were either in the training or the test set.

All algorithms possessing consequential hyperparameters were first tuned using Random Grid Search in conjunction with a 5-fold cross-validation approach. The best performing hyperparameters were then used on a separate 10-fold cross-validation process to collect the estimated generalisability scores. The range of hyperparameters for each algorithm and the best performing values can be seen in Table 2. The final predictive models were evaluated using the overall F1-measure due to the unbalanced target variable. F1-measure calculates the harmonic mean of Precision and Recall values. However, for completion, the Area Under the Curve (AUC), Accuracy, Recall and Precision metrics are also reported separately as an average value across all test folds, together with their dispersion in the form of the standard deviation.

Algorithms Optimised hyperparameter values
SVM kernel=rbf, gamma=0.0001, C=1000
Decision Tree max_depth=10, criterion=entropy
Logistic Regression solver=liblinear, penalty=l2, C=336
CatBoost depth=7, iterations=150, learning_rate=0.07
kNN weights=distance, p=1, n_neighbors=5, metric=chebyshev, leaf_size=20
Random Forest n_estimators=200, min_samples_split=2, max_features=auto, max_depth=9
Gradient Boosting subsample=0.85, n_estimators=500, min_samples_split=0.47, min_samples_leaf=0.115, max_features=sqrt, max_depth=5, learning_rate=0.2, criterion=mae
Table 2: Optimal hyperparameters resulting from random search tuning.

4.3 Explainable AI Tools

SHAP (SHapley Additive exPlanation) which is based on Shapley values [35] drawn from game theory literature, was used to generate global interpretability defined in Step (4), as well as local model explainability required for Step (5), addressing both the "how" and "why" questions around model behaviour respectively. In addition, the Anchors tool was also used in Step (5) alongside SHAP. Both techniques approach the generation of new surrogate models approximating the behaviour of the original "black-box" models differently and offer complementary insights. The advantage of SHAP lies in its detailed quantification of effects that each feature and their values exert on the final prediction, while Anchors reduces a black-box model into a human-readable set of predicates resembling a degenerate decision tree.

For the prescriptive analytics phase, the Diverse Counterfactual Explanations (DiCE) [25] technique was used in Step (6) to simulate what-if scenarios and generate candidate prescriptive feedback suggestions. DiCE can generate counterfactuals for many machine learning models, approaching the task as an optimisation problem. However, counterfactual modelling is a challenge and needs to be configured in such a way that, firstly, the features used are relevant for a learner and represent learning behaviours that can be adjusted, and secondly, the suggested action must be feasible and practical [27]. To that end, a new underlying machine learning model was generated using an alternative set of features comprising predominately mutable features which would support the development of actionable feedback. These features can be seen in Table 1 under the Prescriptive Modelling column. However, the counterfactual modelling was further configured to exclusively rely on features upon which prescriptive advice was to be based. Table 1 therefore shows features that were used for creating a new prescriptive model as denoted by , and features that were used for both modelling and for generating counterfactuals . Secondly, the features used for counterfactual modelling have been constrained to fall within feasible and realistic ranges. Finally, once the candidate counterfactuals were generated, these were then converted into human-readable text as indicated in Step (7).

4.4 Framework Evaluation

The quantitative component of the framework concerning predictive analytics is evaluated through empirical experiments that demonstrate the accuracy of the generated models, which also validate the efficacy of the engineered features (Steps 2 - 3).

The remaining parts of the framework are qualitative. Steps 4 and 5 are evaluated by assessing the suitability of the tools to visually convey the mechanics of the underlying model and to establish its reasonableness. A case study using two hypothetical students is used to evaluate in detail the model behaviour in explaining its predictions for Step 5. The same case study examples are then carried through to the prescriptive analytics component (Steps 6 - 7), where several prescriptive feedback suggestions are generated for each student, and subsequently converted into human-readable text for assessment of their feasibility.

5 Results

The efficacy of the candidate predictive models to identify learners at risk of programme/qualification non-completion is evaluated initially, and the best algorithm for this dataset is identified (Step 3). The characteristics of the best-performing predictive model are next examined to interpret its mechanics (Step 4). A case study involving two hypothetical students with non-completion predictions is then conducted to demonstrate how model explainability can be leveraged to interrogate the models about their reasoning for arriving at given predictions (Step 5) - two approaches to achieve this are presented. The application of prescriptive analytics is subsequently demonstrated using the same two hypothetical students for illustrative purposes. The capability of counterfactual modelling (Step 6) to derive potential prescriptive feedback for learners is then shown. Finally, the conversion of the prescriptive feedback into human-readable text suitable for learners (and advisors) is demonstrated (Step 7).

5.1 Predictive Model

Table 3 summarises the generalisation performances of all candidate models across several evaluation measures. The results indicate that overall, the models have achieved a high level of efficacy for predicting whether a learner would eventually complete or abandon their studies. The preferred F1-measure on the unbalanced dataset indicates that the values range from  92% to  95% and represent a significant improvement over the baseline models. The table highlights the importance of reporting the accuracies of baseline models so that the genuine value of the predictive models with respect to various forms of random guessing can be quantified. On average, the best-performing algorithm for this dataset is CatBoost, which is slightly better than Random Forest. Some of the performance advantages of CB can arguably be attributed to its inherent ability to handle both missing values and categorical data directly in contrast to the other algorithms in these experiments.

Algorithm F1-measure Accuracy AUC Recall Precision
CatBoost 94.5 0.6 92.0 0.7 88.3 0.6 96.7 0.7 92.5 0.7
Random Forest 93.9 0.6 90.9 0.9 85.6 1.2 97.7 0.5 90.4 1.0
SVM 93.8 0.6 90.7 0.9 85.8 1.2 97.1 0.7 90.7 1.1
Logistic Regression 93.5 0.8 90.3 1.1 85.5 1.4 96.5 0.8 90.7 1.1
Decision Tree 93.0 0.6 89.6 0.8 84.1 1.3 96.6 0.4 89.7 1.1
Gradient Boosting 92.9 0.5 89.4 0.7 84.4 0.8 95.9 0.8 90.0 0.7
kNN 92.9 0.7 89.3 0.9 83.5 1.2 96.8 0.5 89.3 1.1
Naive Bayes 91.5 0.6 87.6 0.8 83.2 0.9 93.2 0.7 89.9 0.8
Baseline 2 83.7 1.0 71.9 1.5 50.0 0.0 100.0 0.0 71.9 1.5
Baseline 1 72.0 0.9 59.6 1.0 49.6 1.0 72.4 1.7 71.7 1.0
Table 3: Predictive accuracies of all candidate models listed in a descending order of estimated generalisability using the F1-measure.

5.2 Model Interpretability

Having determined the efficacy of the model to identify students at risk of programme non-completion, the global-level interpretability of the best-performing CatBoost model is next examined. Figure 2 depicts SHAP’s perspective of the model’s dynamics. Two key components are shown. The first lists features in their order of importance, from highest to lowest in terms of the impact they exert on the eventual prediction. It can be seen that the learners’ current full-time status, their prior activity with respect to the current academic year, the mean grade mark, together with the number of failed papers are the most impactful features.

SHAP summary plot showing the high-level behaviour of the CatBoost model. Most impactful features are shown from top to bottom.
Figure 2: SHAP summary plot showing the high-level behaviour of the CatBoost model. Most impactful features are shown from top to bottom.

The second component in the figure offers an additional dimension concerning the interpretability of the model. Here we observe how an increase or decrease in feature values affects the final prediction. The colour gradients represent increasing (red) and decreasing (blue) feature values, while grey represents categorical values. The x-axis depicts SHAP values. Data points with a positive SHAP value (appearing to the right of the vertical zero line) have a positive impact on the predictions, in other words, they contribute towards driving the prediction towards programme completion predictions. Conversely, the points with a negative SHAP value (to the left of the vertical zero line) influence the prediction towards programme non-completion. The extent of the points from the vertical line signifies the magnitude of the effect that they contribute to the final prediction.

In the figure, it can be observed that the full-time study status (value 1) has a positive effect on completion predictions, while part-time (value 0), has the opposite. Learners’ mean grade has an unsurprising effect; however, a nuanced interpretation can be extracted from the plot where one can deduce that lower grade averages have more of a negative predictive outcome than high grade-averages have on positive outcomes. A similar interpretation can be made regarding the number of failed papers. A large number of failed papers has more of a negative predictive effect than having no failed papers has on positive predictive outcomes.

In general, elevated assignment scores and submission counts are predictive of positive outcomes. Learner engagement with the VLE conveys a more mixed picture. VLE pages viewed and the number of online quizzes taken have a positive effect; however, forum post creation counts are ambivalent, while the reverse holds for the number of forum posts read. As the number of qualification credits increases, the effect is stronger for negative outcomes, while the reverse holds for the learner’s age. Possessing previous studies (value 1) indeed has a more positive effect than otherwise (value 0), while the on-campus study mode (value 1) is associated with more negative qualification outcomes than studying online (value 0).

By considering both the feature importance ranks and how the feature values affect the final prediction, it is possible to validate the model against an expected behaviour and communicate its mechanics in a simplified form to all stakeholders. The behaviour of the examined model confirms that it is reasonable and thus valid.

5.3 Model Explainability

Having achieved interpretation and validation of the predictive model, the next step is to examine the model behaviour at an individual (or local) prediction level. SHAP as well as Anchors666An alternative technology for this is LIME which has some additional advantages. are used in this step. To demonstrate this, two hypothetical students are used - Student A and Student B. Both students have been predicted by the CatBoost model with non-completion outcomes, with the probability of 97% and 90% respectively.

Figure (a)a(a) shows the top nine features and their values for Student A on the y-axis, rank-ordered by influence on the final prediction. Informally, the figure can be viewed and interpreted as a tug-of-war. The mid-line represented with the value of 1.823 is the expected or the average SHAP value of all the predicted data points. A final SHAP value to the left of this line represents a non-completion prediction and alternatively, the values on the right side denote positive outcome predictions. Blue bars represent the forcing effects towards negative predictions, while red the opposite. The size of the bars represents the magnitude of the forcing of the corresponding features and their values. These graphs are best interpreted from the bottom up. The topmost feature represents the final SHAP value that includes all feature contributions.

(

(a)

(

(b)
Figure 3: SHAP force plot for Student A and B depicting the effects that their feature values have on the final prediction outcome.

a)SHAP force plot for Student A and B depicting the effects that their feature values have on the final prediction outcome. b)SHAP force plot for Student A and B depicting the effects that their feature values have on the final prediction outcome.

Figure (a)a(a) shows that the least significant 11 features collectively have an influence tending towards negative outcomes to the left of the 1.823 value mid-line. This increases with each of the features except for the student’s learning behaviour for on-time assignment submissions, which has a positive effect.

Model reasoning is depicted in Figure (a)a(b) for Student B. Similar patterns are observed with the exception that this student is a returning learner (prior activity is ’university student’) and that the student’s mean grade is 66%, which have a strong positive influence on the final prediction. However, in totality, the majority of the features are forcing the prediction towards negative outcomes, and this is where they ultimately settle. The utility of the SHAP tool to visually explain its reasoning to academic advisors pre-intervention as well as to other relevant stakeholders is demonstrable through these examples.

While SHAP provides a detailed visual perspective into the model mechanics, some cccasions will require that a more succinct and simplified explanation of a prediction is communicated. This can be achieved using Anchors. Figures 4(a) and 4(b) show how the complex predictive model can be reduced to the most essential and explained in a more simplified manner for both Student A and B respectively. The figures show that the prediction model has been re-cast as a rule-based decision tree consisting of only three conditions, which result in a non-completion prediction if they all hold true. Student A and B’s actual values for the three features are shown in the first column with the conditional statements and their thresholds for each feature shown in the second column.

(

(a)

(

(b)

a)Proxy model explanation of predictions for Student A and B. b)Proxy model explanation of predictions for Student A and B.

Figure 4: Proxy model explanation of predictions for Student A and B.

In both cases, the Anchor surrogate model has identified and used the number of papers failed as one of the reasons for a negative prediction. For Student A, the fact that the student has a low average grade of 53% while undertaking a commitment to a programme that is higher than the standard bachelor’s qualification (360 credits), has been used as further conditions for the classification as non-completion. In the case of Student B, the fact that the student has already withdrawn from papers in the current academic year and is presently a part-time student, has created conditions for a non-completion predicted outcome. These forms of model simplifications serve as effective and suitable tools for communicating to affected learners how exactly they have come to be identified as being at-risk, thus meeting the requirements of transparency and responsible use of predictive analytics.

The generation of surrogate models as demonstrated above already hints at possible prescriptive suggestions which can be constructed from them. Indeed, there is a potential to do this, however, a more data-driven and robust method ought to be pursued which considers the interaction of the features and their effects in a more principled approach. This is where prescriptive analytics tools make their contribution.

5.4 Prescriptive Modelling

Counterfactual modelling is used in this step to generate a set of possible pathways for a specific learner that would lead them to a positive outcome prediction. In more precise terms, here we are looking at several possible sets of minimal adjustments to selected feature values which would result in an alternate outcome for a student who is predicted to be on track for non-completion. This type of what-if modelling is demonstrated for Student A and B in Figure (a)a.

Figure (a)a depicts both the most concise set of features and the smallest required adjustments in their values which would be needed for the selected students to toggle their predicted outcome to a successful completion. The first column lists the selected features by the counterfactual model, and the next column shows the actual values for each of the hypothetical students, followed by three sets of counterfactuals from which automated and data-driven Prescriptive Feedback (PF) advice can be generated. In each PF set, only three feature values have been varied. The dash represents no required changes to the actual values.

(

(a)

(

(b)
Figure 5: Depiction of three sets of Prescriptive Feedback (PF) options generated using counterfactuals for Student A and B.

a)Depiction of three sets of Prescriptive Feedback (PF) options generated using counterfactuals for Student A and B. b)Depiction of three sets of Prescriptive Feedback (PF) options generated using counterfactuals for Student A and B.

In Figure (a)a(a), it can be seen that modest increases to the grade average have been identified as a pathway to completion for Student A, together with a switch to a smaller programme of study, as well as a mixture of adjustments to the online learning engagement behaviours. In the case of Student B, Figure (a)a(b) shows multiple pathways towards completion if the study mode is changed to full-time as well as to online mode on another occasion. Pathways exist through some modifications in online learning behaviours, while no adjustment is needed to be made for the grade average of 66%. Interestingly, the qualification percent completion feature has been identified in the case of this student as being potentially helpful. In all three PFs, it is observable that if the student succeeds in completing 8.2% of their programme, up from the current 4.1%, then this also suggests that positive outcomes become more likely.

From this, it becomes immediately apparent that z-score values and percentages of completion carry with them very little meaning and actionable potential on behalf of the target learners as well as for the academic advisors. It is for this reason, that the engineered features need to be converted back into original raw values which will then make them practical.

5.5 Remedial Advice Generation

The final step in the proposed framework performs two types of conversions. The first converts the engineered features chosen by the counterfactuals into raw values, while the second converts the candidate PFs into a natural language form which can then be dispensed to students. The example results of both types of conversions of the counterfactuals into final text-based PFs are shown in Figure (a)a for Student A and B.

(

(a)

(

(b)
Figure 6: Depiction of the conversion of three sets of Prescriptive Feedback (PF) options into contextualised and human-readable student advice generated for Student A(a) and B(b), showing derived values from counterfactuals in bold.

a)Depiction of the conversion of three sets of Prescriptive Feedback (PF) options into contextualised and human-readable student advice generated for Student A(a) and B(b), showing derived values from counterfactuals in bold. b)Depiction of the conversion of three sets of Prescriptive Feedback (PF) options into contextualised and human-readable student advice generated for Student A(a) and B(b), showing derived values from counterfactuals in bold.

Figure (a)a shows that the proposed format of the final PFs to be used for remedial interventions comprises two parts. The first informs learners of their current status concerning the particular features that are to be used for PFs. This provides a context for the second part, which consists of sets of possible feedback suggestions that advisors can provide to the students. The figure shows that both the z-scores and the programme completion percentages have been converted into meaningful values which are now actionable and measurable. This underscores the dependence between Step 7 and Step 1 in the proposed framework for the conversion of engineered values to the raw values. The conversion of the counterfactuals into text-based PFs can either be automated through text-based templates or using Natural Language processing techniques. Once converted, interventions can be initiated as outlined in Step (8).

6 Discussion

The end goal of the proposed framework is the automated generation of evidence-based prescriptive feedback to learners who have been identified as being at-risk. The framework is generic and therefore the definition of at-risk is flexible and adaptable to any context. This study has demonstrated how this framework can be applied to learners who are at risk of programme non-completion.

In order to identify at-risk learners, the framework proposed how predictive analytics should be used to develop highly accurate predictive models, and how to use these models responsibly and with accountability. Using the models responsibly means exposing their internal mechanics and interpreting their behaviour to verify and validate them, and to be able to communicate this as plainly as possible to relevant stakeholders. This builds confidence and trust in the underlying black-box systems. Responsible use also means interrogating the models as to how they arrive at predictions for specific students which underscores accountability. The proposed framework outlines these steps and provides a clear roadmap in terms of which technologies and tools can be leveraged to support these tasks.

The proposed framework demonstrates how the leap from merely predicting outcomes to prescribing actions can be bridged for the first time in this domain using more advanced analytics. The danger in using counterfactuals in this domain is in assuming that causality is definitively established based on the fact that the prescriptive models have identified pathways to a positive outcome. This is not the case. The underlying prescriptive models rely on associations and cannot establish causality and this is a limitation.

It must be emphasised that many latent variables cannot be captured that have a significant bearing on eventual learner outcomes. The features used in this study are largely proxies. We cannot capture variables describing a learner’s true level of motivation, their sense of progress, and confidence which all have a bearing on eventual outcomes amongst many other variables. However, the possibility exists that if a learner is provided with actionable and achievable data-driven prescriptive feedback, and if it is followed and attained, the possibility exists that it may have a cascading effect on a learner’s sense of achievement and thus on their level of motivation, progress and overall confidence, which may then lead to positive outcomes.

Ultimately, the proposed framework demonstrates how multiple data-driven remedial advice options can be generated which can then be processed by academic advisors who are the human-in-the-middle, and they can then combine their experience and established theory of how to select the most suitable feedback suggestions for the target learners. Future work will involve evaluating the effectiveness of the proposed framework to improve student retention and qualification completion rates.

7 Conclusion

It has been a consistent feature of predictive Learning Analytics (LA) research targetting at-risk students, to focus exclusively on merely the predictive component. Predictive analytics is however much broader and it includes the unpacking of the internals of the predictive models’ behaviour to stakeholders. It also encompasses responsible use of these automated systems which assist decision-making affecting humans. This includes the ability to interrogate the predictive models and seeks their reasoning as to how they have arrived at particular conclusions. eXplainable AI is a field that offers a suite of mature tools which enable this form of transparency that is largely absent in the current body of LA literature.

What is more, predictions and their understanding while important, only address one part of the challenge in improving retention rates and increasing successful learner outcomes. Additional approaches are needed that can provide specific and tailored remedial advice to learners that are most likely to improve their outcomes. Prescriptive analytics tools support these aims and make any analytics endeavours more complete.

This work proposes a prescriptive analytics framework that demonstrates how both transparent predictive analytics can be achieved and combined with prescriptive analytics techniques. The study develops predictive models for identifying at-risk learners of programme non-completion. This work demonstrates through case studies how transparent and responsible predictive modelling can be augmented with prescriptive

References

  • Albreiki et al. [2021a] B. Albreiki, T. Habuza, Z. Shuqfa, M. A. Serhani, N. Zaki, and S. Harous. Customized rule-based model to identify at-risk students and propose rational remedial actions. Big Data and Cognitive Computing, 5(4):71, 2021a.
  • Albreiki et al. [2021b] B. Albreiki, N. Zaki, and H. Alashwal. A systematic literature review of student’performance prediction using machine learning techniques. Education Sciences, 11(9):552, 2021b.
  • Baneres et al. [2021] D. Baneres, A. E. Guerrero-Roldán, M. E. Rodríguez-González, and A. Karadeniz. A predictive analytics infrastructure to support a trustworthy early warning system. Applied Sciences, 11(13):5781, 2021.
  • Batool et al. [2022] S. Batool, J. Rashid, M. W. Nisar, J. Kim, H.-Y. Kwon, and A. Hussain. Educational data mining to predict students’ academic performance: A survey study. Education and Information Technologies, pages 1–67, 2022.
  • Bhatia et al. [2017] J. Bhatia, A. Girdhar, and I. Singh. An automated survey designing tool for indirect assessment in outcome based education using data mining. In 2017 5th IEEE International Conference on MOOCs, Innovation and Technology in Education (MITE), pages 95–100. IEEE, 2017.
  • Bindra et al. [2017] S. K. Bindra, A. Girdhar, and I. S. Bamrah. Outcome based predictive analysis of automatic question paper using data mining. In 2017 2nd International Conference on Communication and Electronics Systems (ICCES), pages 629–634. IEEE, 2017.
  • Breiman [2001] L. Breiman. Random forests. Machine learning, 45(1):5–32, 2001.
  • Cover and Hart [1967] T. Cover and P. Hart. Nearest neighbor pattern classification. IEEE transactions on information theory, 13(1):21–27, 1967.
  • Dandin et al. [2018] S. S. Dandin, R. Jinde, and N. Kamble. An attainment tool for measuring course outcomes and program outcomes. International Journal for Advance Research and Development, 3(3):24–27, 2018.
  • Dass et al. [2021] S. Dass, K. Gary, and J. Cunningham. Predicting student dropout in self-paced mooc course using random forest model. Information, 12(11):476, 2021.
  • Domingos [2012] P. Domingos. A few useful things to know about machine learning. Communications of the ACM, 55(10):78–87, 2012.
  • Elhassan et al. [2018] A. Elhassan, I. Jenhani, and G. B. Brahim. Remedial actions recommendation via multi-label classification: A course learning improvement method. International Journal of Machine Learning and Computing, 8(6):583–588, 2018.
  • Fahd et al. [2021] K. Fahd, S. Venkatraman, S. J. Miah, and K. Ahmed. Application of machine learning in higher education to assess student academic performance, at-risk, and attrition: A meta-analysis of literature. Education and Information Technologies, pages 1–33, 2021.
  • Frazzetto et al. [2019] D. Frazzetto, T. D. Nielsen, T. B. Pedersen, and L. Šikšnys. Prescriptive analytics: a survey of emerging trends and technologies. The VLDB Journal, 28(4):575–595, 2019.
  • Gramegna and Giudici [2021] A. Gramegna and P. Giudici. Shap and lime: An evaluation of discriminative power in credit risk. Frontiers in Artificial Intelligence, page 140, 2021.
  • Gupta and Ghosal [2021] N. Gupta and A. Ghosal. Automation of Attainment Calculation in Outcome-Based Technical Education (OBTE), pages 113–135. Springer Singapore, Singapore, 2021. ISBN 978-981-15-8744-3. doi: 10.1007/978-981-15-8744-3_6. URL https://doi.org/10.1007/978-981-15-8744-3_6.
  • Hernández-de Menéndez et al. [2022] M. Hernández-de Menéndez, R. Morales-Menendez, C. A. Escobar, and R. A. Ramírez Mendoza. Learning analytics: state of the art. International Journal on Interactive Design and Manufacturing (IJIDeM), pages 1–22, 2022.
  • Jang et al. [2022] Y. Jang, S. Choi, H. Jung, and H. Kim. Practical early prediction of students’ performance using machine learning and explainable ai. Education and Information Technologies, pages 1–35, 2022.
  • Jenhani et al. [2016] I. Jenhani, G. B. Brahim, and A. Elhassan. Course learning outcome performance improvement: A remedial action classification based approach. In 2016 15th IEEE International Conference on Machine Learning and Applications (ICMLA), pages 408–413. IEEE, 2016.
  • Lepenioti et al. [2020] K. Lepenioti, A. Bousdekis, D. Apostolou, and G. Mentzas. Prescriptive analytics: Literature review and research challenges. International Journal of Information Management, 50:57–70, 2020.
  • Liu and Koedinger [2017] R. Liu and K. R. Koedinger. Going beyond better data prediction to create explanatory models of educational data. The Handbook of learning analytics, 1:69–76, 2017.
  • Lundberg and Lee [2017] S. M. Lundberg and S.-I. Lee. A unified approach to interpreting model predictions. Advances in neural information processing systems, 30, 2017.
  • Mathrani et al. [2021] A. Mathrani, T. Susnjak, G. Ramaswami, and A. Barczak. Perspectives on the challenges of generalizability, transparency and ethics in predictive learning analytics. Computers and Education Open, 2:100060, 2021.
  • Molnar et al. [2020] C. Molnar, G. Casalicchio, and B. Bischl. Interpretable machine learning–a brief history, state-of-the-art and challenges. In Joint European Conference on Machine Learning and Knowledge Discovery in Databases, pages 417–431. Springer, 2020.
  • Mothilal et al. [2020] R. K. Mothilal, A. Sharma, and C. Tan. Explaining machine learning classifiers through diverse counterfactual explanations. In Proceedings of the 2020 Conference on Fairness, Accountability, and Transparency, pages 607–617, 2020.
  • Namoun and Alshanqiti [2020] A. Namoun and A. Alshanqiti. Predicting student performance using data mining and learning analytics techniques: A systematic literature review. Applied Sciences, 11(1):237, 2020.
  • Poyiadzi et al. [2020] R. Poyiadzi, K. Sokol, R. Santos-Rodriguez, T. De Bie, and P. Flach. Face: feasible and actionable counterfactual explanations. In Proceedings of the AAAI/ACM Conference on AI, Ethics, and Society, pages 344–350, 2020.
  • Prokhorenkova et al. [2017] L. Prokhorenkova, G. Gusev, A. Vorobev, A. Dorogush, and A. Gulin. Catboost: unbiased boosting with categorical features, 2017.
  • Ramaswami et al. [2022] G. Ramaswami, T. Susnjak, and A. Mathrani. On developing generic models for predicting student outcomes in educational data mining. Big Data and Cognitive Computing, 6(1):6, 2022.
  • Regulation [2016] P. Regulation. Regulation (eu) 2016/679 of the european parliament and of the council. Regulation (eu), 679:2016, 2016.
  • Rets et al. [2021] I. Rets, C. Herodotou, V. Bayer, M. Hlosta, and B. Rienties. Exploring critical factors of the perceived usefulness of a learning analytics dashboard for distance university students. International Journal of Educational Technology in Higher Education, 18(1):1–23, 2021.
  • Ribeiro et al. [2018] M. T. Ribeiro, S. Singh, and C. Guestrin. Anchors: High-precision model-agnostic explanations. In Proceedings of the AAAI conference on artificial intelligence, volume 32, 2018.
  • Scikit-Learn [2021] Scikit-Learn. Scikit-learn: Machine learning in python, 2021. URL https://scikit-learn.org/stable/index.html.
  • Shafiq et al. [2022] D. A. Shafiq, M. Marjani, R. A. A. Habeeb, and D. Asirvatham. Student retention using educational data mining and predictive analytics: A systematic literature review. IEEE Access, 2022.
  • Shapley [1953] L. Shapley. Quota solutions op n-person games1. Edited by Emil Artin and Marston Morse, page 343, 1953.
  • Susnjak et al. [2022] T. Susnjak, G. S. Ramaswami, and A. Mathrani. Learning analytics dashboard: a tool for providing actionable insights to learners. International Journal of Educational Technology in Higher Education, 19(1):1–23, 2022.
  • Tjandra et al. [2022] E. Tjandra, S. S. Kusumawardani, and R. Ferdiana. Student performance prediction in higher education: A comprehensive review. In AIP Conference Proceedings, volume 2470, page 050005. AIP Publishing LLC, 2022.
  • Valle et al. [2021] N. Valle, P. Antonenko, D. Valle, M. Sommer, A. C. Huggins-Manley, K. Dawson, D. Kim, and B. Baiser. Predict or describe? how learning analytics dashboard design influences motivation and statistics anxiety in an online statistics course. Educational Technology Research and Development, 69(3):1405–1431, 2021.
  • Villagrá-Arnedo et al. [2017] C. J. Villagrá-Arnedo, F. J. Gallego-Durán, F. Llorens-Largo, P. Compañ-Rosique, R. Satorre-Cuerda, and R. Molina-Carmona. Improving the expressiveness of black-box models for predicting student performance. Computers in Human Behavior, 72:621–631, 2017.
  • Wachter et al. [2017] S. Wachter, B. Mittelstadt, and C. Russell. Counterfactual explanations without opening the black box: Automated decisions and the gdpr. Harv. JL & Tech., 31:841, 2017.
  • Wolpert and Macready [1997] D. H. Wolpert and W. G. Macready. No free lunch theorems for optimization. IEEE transactions on evolutionary computation, 1(1):67–82, 1997.
  • Wong and Li [2020] B. T.-m. Wong and K. C. Li. A review of learning analytics intervention in higher education (2011–2018). Journal of Computers in Education, 7(1):7–28, 2020.
  • Xiao et al. [2022] W. Xiao, P. Ji, and J. Hu. A survey on educational data mining methods used for predicting students’ performance. Engineering Reports, 4(5):e12482, 2022.