Learning analytics draws on a family of distinct but complementary methodological traditions, each with different assumptions about data, different goals, and different types of output. Section 8.3 maps this methodological landscape: the three primary families — predictive modeling, inference modeling, and data mining — are not competing paradigms but different tools suited to different questions that learning engineers need to answer.
Why Method Families Matter
Choosing the wrong analytical method for a given question is a common failure mode in applied learning analytics. A predictive model trained to forecast course completion does not tell you why a learner is at risk or what affective state they are in. A clustering algorithm that segments learners by behavior pattern does not predict future performance. An inference model for affect detection does not directly optimize content sequencing. The learning engineer must match method to question before selecting tools.
Baker and Yacef's 2009 codification of Educational Data Mining established the foundational taxonomy that still organizes the field: prediction, clustering, relationship mining, knowledge discovery, and distillation for human judgment.[LE-LS-AP-005] Each category targets a different kind of insight, and the taxonomy continues to frame how researchers at venues like the EDM Conference and the Journal of Educational Data Mining describe and evaluate their work.[LE-LS-CO-006][LE-LS-JO-002]
Learning analytics as practiced through the LAK Conference and the Journal of Learning Analytics has tended to foreground a different set of concerns — institutional dashboards, equity, data governance, and the translation of analytical outputs into decisions — while still depending on the underlying EDM method families.[LE-LS-CO-003][LE-LS-JO-004] The practical implication for learning engineers is that method selection cannot be separated from deployment context: the same BKT model that works well for real-time adaptive sequencing in an ITS may be poorly suited as the sole basis for institutional early-warning decisions.
The Three Primary Families
Predictive modeling asks: given what we know about a learner right now, what will happen next? The paradigm case is Bayesian Knowledge Tracing, which estimates a learner's probability of having acquired a knowledge component based on their response history.[LE-LS-AP-011] Predictive models are forward-looking and designed to support proactive decisions — adjusting difficulty, triggering hints, flagging at-risk learners — before failure occurs.
Inference modeling asks: what latent characteristic or internal state does this behavioral data reveal? Affect detection models, misconception diagnosis models, and latent knowledge structure models all fall in this family. The question is not "what will happen" but "what is true about this learner right now that is not directly observable." These models are essential for personalizing not just content difficulty but the type and framing of feedback.
Data mining asks: what patterns exist in this dataset that we did not anticipate? Clustering, association rule mining, and sequence mining are the primary tools. The Learning Engineering Toolkit identifies data mining as the method family most appropriate for exploratory phases of the LE process — when learning engineers are trying to understand a new learner population or discover unexpected behavioral patterns rather than test a pre-specified hypothesis.[LE-LS-GL-007]
Complementarity and Integration
In practice, learning analytics deployments often combine all three families in a pipeline. A sequence mining analysis (data mining) might reveal that learners who skip a particular exercise type systematically fail on later assessments — a discovery that then motivates building a predictive model to flag learners who exhibit this pattern early, and an inference model to detect whether the skipping behavior reflects boredom, overconfidence, or poor time management. Each stage of this pipeline draws on a different method family.
Ryan Baker's work at the Penn Center for Learning Analytics has consistently emphasized that the value of these methods lies not in the algorithms themselves but in their integration with the human judgment of instructors, advisors, and learning designers.[LE-LS-PP-008] A technically accurate predictive model that nobody acts on, or whose outputs cannot be interpreted by the people who receive them, fails the practical test that learning engineering sets for all analytical tools.
The subsections that follow treat each method family in depth: 8.3.1 covers predictive modeling, 8.3.2 covers inference modeling, and 8.3.3 covers data mining in learning analytics.
¶ Subsections:
From the Learning Engineering Toolkit
The Toolkit's data-analysis tools chapter lays out a learning analytics process model — pulled together from Ryan Baker's freely available online materials — that acts as a map to which analytical methods fit which sorts of questions. [LET-18] Like the learning engineering process itself, it loops: it opens with a real-world question, reframes that as a question about data, checks whether enough data exist to answer it (adding instrumentation to gather more if not), picks and runs a method, and then evaluates how good the resulting model is. [LET-18]
The model sorts methods into three groups tied to the kind of question at hand. Predictive modeling projects a single attribute of the data using techniques such as regression prediction and classification. [LET-18] Inference modeling gauges the association between variables to reveal latent factors, and covers knowledge inference — also termed latent knowledge estimation — as well as behavior detection from log records. [LET-18] Mining uncovers features, patterns, relationships, or anomalies within a data set through techniques such as relationship, correlation, causal, association-rule, and sequential-pattern mining — though the book reminds readers that a correlation does not establish causation. [LET-18]
Picking the correct group matters: a team should decide whether its aim is to project a future outcome (predictive modeling), expose a hidden or latent factor (inference modeling), or discover patterns across a large data set (data mining). [LET-18] Once built, a model's goodness is checked against data other than what trained it, along two axes: confidence — how far a prediction can be relied upon, weighed through a cost-benefit look at acting on it — and validity, spanning generalizability, cross-learner, ecological, construct, predictive, content, and conclusion validity. [LET-18]
This approach to choosing methods sits alongside the foundational analytics chapter's larger observation that analyses grow more sophisticated as they progress from descriptive through predictive to prescriptive forms, while big-data work leans on reduction methods such as dimensional reduction to isolate the variables that matter most. [LET-06]
Sources from the Learning Engineering Toolkit
- [LET-06]Michelle Barrett, Erin Czerwinski, Jim Goodell, Daniel Jacobs, Steve Ritter, Robert Sottilare & Khanh-Phuong Thai (2023). Chapter 6: Learning Engineering Uses Data (Part 2): Analytics. In Jim Goodell & Janet Kolodner, Learning Engineering Toolkit (pp. 175–199). Routledge / Taylor & Francis. doi:10.4324/9781003276579
- [LET-18]Erin Czerwinski, Tanvi Domadia, Scotty D. Craig, Jim Goodell & Steve Ritter (2023). Chapter 18: Data Analysis Tools. In Jim Goodell & Janet Kolodner, Learning Engineering Toolkit (pp. 365–377). Routledge / Taylor & Francis. doi:10.4324/9781003276579
Further Reading
Source: wrgr/lecommons — curated by the learning engineering community. Confidence:
medium— lecommons-curated; not yet independently expert-validated in this context. To validate or challenge any item: use the Edit button on this page. Upgrading confidence frommedium→highrequires expert sign-off.
Landmark Academic Papers
-
Knowledge Tracing: Modeling the Acquisition of Procedural Knowledge — Albert T. Corbett, John R. Anderson (1994). User Modeling and User-Adapted Interaction · doi:10.1007/BF01099821 · ~2,500 citations · tier: foundational
The formal presentation of Bayesian Knowledge Tracing (BKT) — the probabilistic model for tracking per-student, per-skill mastery. BKT remains the most widely deployed student model in production ITS and learning platforms worldwide, forming the core of personalization algorithms. Source: lecommons/landscape/data/papers.json · ID: LE-LS-AP-011 · confidence: medium · expert-validated: false
-
Cognitive Tutors: Lessons Learned — John R. Anderson, Albert T. Corbett, Kenneth R. Koedinger et al. (1995). Journal of the Learning Sciences · doi:10.1207/s15327809jls0402_2 · ~1,800 citations · tier: foundational
The comprehensive review of a decade of Cognitive Tutor development and deployment. Documented both the theory (ACT-R production rules, BKT) and the empirical learning gains in real schools. One of the most influential synthesis papers in ITS, directly shaping subsequent adaptive learning system design. Source: lecommons/landscape/data/papers.json · ID: LE-LS-AP-014 · confidence: medium · expert-validated: false
Policy, Reports & Grey Literature
-
High-Leverage Opportunities for Learning Engineering — Ryan S. Baker, Ulrich Boser, Allison Shelley (2021). University of Pennsylvania Center for Learning Analytics · link
Source: lecommons/landscape/data/grey_literature.json · ID: LE-LS-GL-003 · confidence: low · expert-validated: false
-
Learning Engineering Toolkit: Evidence-Based Practices from the Learning Sciences, Instructional Design, and Beyond — Jim Goodell, Janet Kolodner (2023). Taylor & Francis / Routledge · link
Source: lecommons/landscape/data/grey_literature.json · ID: LE-LS-GL-007 · confidence: low · expert-validated: false
Key People
- Ryan S. J. d. Baker (profile), University of Pennsylvania (active 2000–present) — Codified EDM; developed methods for detecting gaming-the-system and off-task behavior
Source: lecommons/landscape/data/people.json · ID: LE-LS-PP-008 · confidence: medium · expert-validated: false
Organizations, Conferences & Journals
-
Society for Learning Analytics Research (academic_society) · link
Source: lecommons/landscape/data/organizations.json · ID: LE-LS-CO-003 · confidence: medium · expert-validated: false
-
International Educational Data Mining Society (academic_society) · link
Source: lecommons/landscape/data/organizations.json · ID: LE-LS-CO-006 · confidence: medium · expert-validated: false
Lecommons enrichment applied 2026-04-17. All items pending expert validation. See wrgr/lecommons for source data and curation methodology.
Community Recommended Reading
Items from the lecommons corpus identified as relevant to this topic. All text verbatim from lecommons sources. Confidence: medium. Expert validation required.
Data-Informed Course Improvement: The Application of Learning Engineering in the Classroom — Anne Fensie (2023, ICLS 2023)
Higher-ed classroom case study. Fensie walks through a specific course intervention, what data moved, and what didn't — an honest practitioner paper at a major learning sciences venue.
Source: lecommons/site/src/content/reading-list/data-informed-course-improvement-the-application-of-learning-engineeri.mdx · ID: lecommons-rl-data-informed-course-improvement-the-application-of-learning-engineeri · type: reading list item · confidence: medium · expert-validated: falseChapter 6: LE Toolkit — Learning Engineering Applies the Learning Sciences (open access chapter) — Jim Goodell, Janet Kolodner, Aaron Kessler (2022)
Covers the learning-sciences foundations of LE practice. Demonstrates how cognitive science, motivation theory, and evidence-based instructional methods are applied by learning engineers to design, build, and evaluate learning experiences.
Source: goodell-ch6-le-applies-learning-sciences · book: Learning Engineering Toolkit (Goodell & Kolodner, 2022) · confidence: medium · expert-validated: falseContext enrichment applied 2026-04-17. See wrgr/lecommons for source data.