Skip to content
YunHuangCloud edited this page Nov 5, 2014 · 23 revisions

OUTPUT FILE

  • "XXX.pred"
    The three columns actualLabel,predLabel, predProb are:

    • actual student responses(correct or incorrect)
    • predicted student responses
    • predicted probability of getting correct responses
  • "XXX.eval":

    • modelName.eval: modelName is specified by your configuration file. This file contains a row of evaluation metrics for each fold(run), and the last row corresponds to the average evaluation metrics across different folds(runs).
    • all-models-evaluation-metrics.eval: compares only the average evaluation metrics of across different folds(runs) for each model;
  • evaluation.log: This file maintains the log of each time's evaluation results.

  • finalHmmParameters.txt: This file maintains the HMM parameters.

  • finalFeatureWeights.txt: This file contains the feature values for guess and slip probabilities.

  • main.log: This file contains the basic information of running FAST (configuration, log likelihood changes, etc.).

Clone this wiki locally