Educational Data Mining Overview Ryan S.J.d. Baker PSLC Summer School 2010.

Slides:



Advertisements
Similar presentations
The Robert Gordon University School of Engineering Dr. Mohamed Amish
Advertisements

Machine Learning Homework
Advanced Methods and Analysis for the Learning and Social Sciences PSY505 Spring term, 2012 January 23, 2012.
Design of Experiments Lecture I
Intro to EDM Why EDM now? Which tools to use in class Week 1, video 1.
What is a CAT?. Introduction COMPUTER ADAPTIVE TEST + performance task.
Advanced Methods and Analysis for the Learning and Social Sciences PSY505 Spring term, 2012 March 12, 2012.
Educational Data Mining Overview Ryan S.J.d. Baker PSLC Summer School 2012.
Weka & Rapid Miner Tutorial By Chibuike Muoh. WEKA:: Introduction A collection of open source ML algorithms – pre-processing – classifiers – clustering.
Special Topics in Educational Data Mining HUDK5199 Spring term, 2013 February 18, 2013.
Linear Regression t-Tests Cardiovascular fitness among skiers.
Educational data mining overview & Introduction to Exploratory Data Analysis Ken Koedinger CMU Director of PSLC Professor of Human-Computer Interaction.
Improving learning by improving the cognitive model: A data- driven approach Cen, H., Koedinger, K., Junker, B. Learning Factors Analysis - A General Method.
Knowledge Engineering Week 3 Video 5. Knowledge Engineering  Where your model is created by a smart human being, rather than an exhaustive computer.
Educational Data Mining March 3, Today’s Class EDM Assignment#5 Mega-Survey.
Discovery with Models Week 8 Video 1. Discovery with Models: The Big Idea  A model of a phenomenon is developed  Via  Prediction  Clustering  Knowledge.
Ryan S.J.d. Baker Adam B. Goldstein Neil T. Heffernan Detecting the Moment of Learning.
LINEAR REGRESSION: Evaluating Regression Models. Overview Standard Error of the Estimate Goodness of Fit Coefficient of Determination Regression Coefficients.
Statistics for the Social Sciences
Mgt 240 Lecture Decision Support Systems March 3, 2005.
Chapter 12 - Forecasting Forecasting is important in the business decision-making process in which a current choice or decision has future implications:
MATH408: Probability & Statistics Summer 1999 WEEKS 8 & 9 Dr. Srinivas R. Chakravarthy Professor of Mathematics and Statistics Kettering University (GMI.
Building Knowledge-Driven DSS and Mining Data
Educational Data Mining Overview John Stamper PSLC Summer School /25/2011 1PSLC Summer School 2011.
Chapter 5 Data mining : A Closer Look.
Educational Data Mining and DataShop John Stamper Carnegie Mellon University 1 9/12/2012 PSLC Corporate Partner Meeting 2012.
Educational Data Mining Ryan S.J.d. Baker PSLC/HCII Carnegie Mellon University Richard Scheines Professor of Statistics, Machine Learning, and Human-Computer.
Multivariate Methods EPSY 5245 Michael C. Rodriguez.
Slide 1 SOLVING THE HOMEWORK PROBLEMS Simple linear regression is an appropriate model of the relationship between two quantitative variables provided.
LÊ QU Ố C HUY ID: QLU OUTLINE  What is data mining ?  Major issues in data mining 2.
Feature Engineering Week 3 Video 3. Feature Engineering.
Classifiers, Part 1 Week 1, video 3:. Prediction  Develop a model which can infer a single aspect of the data (predicted variable) from some combination.
SharePoint 2010 Business Intelligence Module 6: Analysis Services.
PSLC DataShop Introduction Slides current to DataShop version John Stamper DataShop Technical Director.
Research Terminology for The Social Sciences.  Data is a collection of observations  Observations have associated attributes  These attributes are.
Data Collection & Processing Hand Grip Strength P textbook.
Advanced Methods and Analysis for the Learning and Social Sciences PSY505 Spring term, 2012 February 13, 2012.
Appendix: The WEKA Data Mining Software
Feature Engineering Studio September 23, Welcome to Mucking Around Day.
Statistics for the Social Sciences Psychology 340 Fall 2013 Correlation and Regression.
Advanced Methods and Analysis for the Learning and Social Sciences PSY505 Spring term, 2012 April 2, 2012.
DSc 3120 Generalized Modeling Techniques with Applications Part II. Forecasting.
Lab 03 Assessment (summative) Milestones. Caution!!! Before you begin! When you do the lab you do not use the “Make my data button” you just use the data.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
Operations Research II Course,, September Part 6: Forecasting Operations Research II Dr. Aref Rashad.
Educational Data Mining: Discovery with Models Ryan S.J.d. Baker PSLC/HCII Carnegie Mellon University Ken Koedinger CMU Director of PSLC Professor of Human-Computer.
15-1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Forecasting Chapter 15.
Chapter 11 Statistical Techniques. Data Warehouse and Data Mining Chapter 11 2 Chapter Objectives  Understand when linear regression is an appropriate.
Assumptions 5.4 Data Screening. Assumptions Parametric tests based on the normal distribution assume: – Independence – Additivity and linearity – Normality.
Special Topics in Educational Data Mining HUDK5199 Spring term, 2013 January 23, 2013.
Data Analytics CMIS Short Course part II Day 1 Part 1: Introduction Sam Buttrey December 2015.
Data mining with DataShop Ken Koedinger CMU Director of PSLC Professor of Human-Computer Interaction & Psychology Carnegie Mellon University.
Feature Engineering Studio September 9, Welcome to Feature Engineering Studio Design studio-style course teaching how to distill and engineer features.
LECTURE 02: EVALUATING MODELS January 27, 2016 SDS 293 Machine Learning.
Advanced Methods and Analysis for the Learning and Social Sciences PSY505 Spring term, 2012 January 25, 2012.
Using DataShop Tools to Model Students Learning Statistics Marsha C. Lovett Eberly Center & Psychology Acknowledgements to: Judy Brooks, Ken Koedinger,
CHAPTER 12 FORECASTING. THE CONCEPTS A prediction of future events used for planning purpose Supply chain success, resources planning, scheduling, capacity.
Week 2 Normal Distributions, Scatter Plots, Regression and Random.
Methods of multivariate analysis Ing. Jozef Palkovič, PhD.
HUDK5199: Special Topics in Educational Data Mining
Data Mining 101 with Scikit-Learn
Waikato Environment for Knowledge Analysis
Using Bayesian Networks to Predict Test Scores
HUDK5199: Special Topics in Educational Data Mining
Big Data, Education, and Society
Chapter 10 Correlation and Regression
Big Data, Education, and Society
EPSY 5245 EPSY 5245 Michael C. Rodriguez
Core Methods in Educational Data Mining
Presentation transcript:

Educational Data Mining Overview Ryan S.J.d. Baker PSLC Summer School 2010

Welcome to the EDM track!

Educational Data Mining “Educational Data Mining is an emerging discipline, concerned with developing methods for exploring the unique types of data that come from educational settings, and using those methods to better understand students, and the settings which they learn in.” –

Classes of EDM Method (Baker & Yacef, 2009) Prediction Clustering Relationship Mining Discovery with Models Distillation of Data For Human Judgment

Prediction Develop a model which can infer a single aspect of the data (predicted variable) from some combination of other aspects of the data (predictor variables) Which students are off-task? Which students will fail the class?

Clustering Find points that naturally group together, splitting full data set into set of clusters Usually used when nothing is known about the structure of the data – What behaviors are prominent in domain? – What are the main groups of students? Related to Principal Component Analysis – Geoff Gordon’s talk tomorrow

Relationship Mining Discover relationships between variables in a data set with many variables – Association rule mining – Correlation mining – Sequential pattern mining – Causal data mining

Discovery with Models Pre-existing model (developed with EDM prediction methods… or clustering… or knowledge engineering) Applied to data and used as a component in another analysis

Distillation of Data for Human Judgment Making complex data understandable by humans to leverage their judgment Text replays are a simple example of this

A related method

Knowledge Engineering Creating a model by hand rather than automatically fitting model In one comparison, leads to worse fit to gold- standard labels of construct of interest than data mining (Roll et al, 2005), but similar qualitative performance

EDM track schedule Tuesday 10am – Educational Data Mining with DataShop (Stamper, Koedinger) Tuesday 11am – Item Response Theory and Learning Factor Analysis (Koedinger) Tuesday 2:15pm – Principal Component Analysis, Additive Factor Model (Gordon) Tuesday 3:15pm (optional) – Hands-on Activity: Data Annotation for Classification (Baker) – Hands-on Activity: Learning Curves and Logistic Regression in R (Koedinger)

EDM track schedule Wednesday 11am – Bayesian Knowledge Tracing; Prediction Models (Baker) Wednesday 11:45am (optional) – Hands-on activity: Prediction modeling (Baker) Wednesday 3:15pm – Machine Learning and SimStudent (Matsuda)

Comments? Questions?

EDM Tools

PSLC DataShop Many large-scale datasets Tools for – exploratory data analysis – learning curves – domain model testing Detail tomorrow morning

Microsoft Excel Excellent tool for exploratory data analysis, and for setting up simple models

Pivot Tables

Who has used pivot tables before?

Pivot Tables What do they allow you to do?

Pivot Tables Facilitate aggregating data for comparison or use in further analyses

Equation Solver Allows you to fit mathematical models in Excel Let’s go through a simple example together

Equation Solver: Example Let’s predict correctness from pknow, using a linear regression model Using WEKA-CTA1Z04-examples.xlsx – You have this data set on your flashdrive – It’s from the DataShop – Hampton Algebra – I have formatted it for this example

Under pred type =O2*$W$3+$W$2 And copy it down

Under pred type =O2*$W$3+$W$2 And copy it down Does anyone know why we use the $?

Under SR type =(G2-S2)^2 This finds the difference between the prediction (0 right now) and the correctness value (0 or 1) – Squaring it is a way to both get the absolute value, and magnify larger differences; very common in statistics

To the right of const type 0

To the right of weight type 1 Note that you now have a model that is identical to pknow

To the right of SSR type =SUM(T2:T2888) This is the sum of squared residuals, again a very common way of evaluating models

To the right of r type =CORREL(S2:S2888,G2:G2888) This is the correlation between the model and the variable being predicted

Now go into the Excel Equation Solver And set up this model, and press solve

What changed?

What stayed the same?

We just built… A very simple regression model A much simpler model than what you can build in other packages

Why is this useful? You can specify much more complex mathematical models than this And much more quickly than you can implement them in software For example, Excel is usually where I test variants on Bayesian Knowledge Tracing before implementing them in Java

Comments? Questions?

Suite of visualizations Scatterplots (with or without lines) Bar graphs

Weka and RapidMiner Data mining packages Weka is the most popular, but personally I prefer RapidMiner

Weka.vs. RapidMiner Weka easier to use than RapidMiner RapidMiner significantly more powerful and flexible (from GUI, both are powerful and flexible if accessed via API)

In particular… It is impossible to do key types of model validation for EDM within Weka’s GUI RapidMiner can be kludged into doing so (more on this in hands-on session Wed) No tool really tailored to the needs of EDM researchers at current time…

SPSS SPSS is a statistical package, and therefore can do a wide variety of statistical tests It can also do some forms of data mining, like factor analysis (a relative of clustering)

SPSS The difference between statistical packages (like SPSS) and data mining packages (like RapidMiner and Weka) is: – Statistics packages are focused on finding models and relationships that are statistically significant (e.g. the data would be seen less than 5% of the time if the model were not true) – Data mining packages set a lower bar – are the models accurate and generalizable?

R R is an open-source competitor to SPSS More powerful and flexible than SPSS But much harder to use – I find it easy to accidentally do very, very incorrect things in R Ken will demo R in a hands-on session

Matlab A powerful tool for building complex mathematical models Beck and Chang’s Bayes Net Toolkit – Student Modeling is built in Matlab Geoff Gordon will give a hands-on demo of Matlab

Comments? Questions?

Pre-processing Tomorrow morning, John and Ken will talk about some of the great data available in DataShop

Wherever you get your data from You’ll need to process it into a form that software can easily analyze, and which builds successful models

Common approach Flat data file – Even if you store your data in databases, most data mining techniques require a flat data file Like the one we looked at in Excel

Some useful features to distill for educational software Type of interface widget “Pknow”: The probability that the student knew the skill before answering (using Bayesian Knowledge- Tracing or PFA or your favorite approach) Assessment of progress student is making towards correct answer (how many fewer constraints violated) Whether this action is the first time a student attempts a given problem step “Optoprac”: How many problem steps involving this skill that the student has encountered

Some useful features to distill for educational software “timeSD”: time taken in terms of standard deviations above (+) or below (-) average for this skill across all actions and students “time3SD”: sum of timeSD for the last 3 actions (or 5, or 4, etc. etc.) Action type counts or percents – Total number of action so far – Total number of action on this skill, divided by optoprac – Number of action in last N actions – Could be assessment of action (wrong, right), or type of action (help request, making hypothesis, plotting point)

Any other recommendations?

Distillation I have code for distilling DataShop data which I would be happy to share with anyone – But usually distillation functions are not particularly difficult to create – The only trick is usually knowing where to stop

Comments? Questions?

Time to work on projects