Skip to content
Yun edited this page Jun 17, 2015 · 28 revisions

#Quick Start

  1. Download the latest release [here] (https://github.com/ml-smores/fast/releases).
  2. Decompress the file. It includes sample data for getting you started quickly.
  3. Open a terminal and type the following. Note that "++" is needed for specifying the ".conf" file.

java -jar fast-2.0.0-final.jar ++input/FAST+IRT.conf

Congratulations! You just trained a student model (with student and item features) using state of the art technology.

For knowing more about the configuration variables, you can type: java -jar fast-2.0.0-final.jar -help

More information

Clone this wiki locally