-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathinfo.xml
More file actions
executable file
·24 lines (18 loc) · 1.17 KB
/
info.xml
File metadata and controls
executable file
·24 lines (18 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<info>
<author>Philip Pavlik
<email>ppavlik@memphis.edu</email>
</author>
<url>https://github.com/LearnSphere/WorkflowComponents/tree/dev/GeneratePfaFeatures</url>
<date>2016-07-14</date>
<abstract>Performance Factors Analysis (PFA) performs a logistic regression over the "error rate" learning curve data. This component computes the values needed by the Analysis PFA component.</abstract>
<details>This component computes the data features that are used by the PFA model (Pavlik, Cen, & Koedinger, 2009). This component uses a KC model specified in the options dialog to compute for each student for each row the number of prior success and failures for the KC used. Also computed is the number of prior trials that are neither success or failures for that KC, but this value is not used in any current models. These 3 features are added as 3 columns of the data<br/><br/> Email the author directly with bug reports for this component.</details>
<inputs>
<b>Transaction export</b>
</inputs>
<outputs>
<b>Transaction export for listed KC with PFA features </b>
</outputs>
<options>
<b>KC model</b></options>
</info>