etcgroup / aloe

Affect Labeller of Expressions developed by SCCL at the University of Washington.
http://depts.washington.edu/sccl/tools/
GNU General Public License v3.0
4 stars 1 forks source link

Adding ROC curve output in training and labeling mode #2

Closed michaelbrooks closed 11 years ago

michaelbrooks commented 11 years ago

Refactored the evaluation-related code so that ROC curves can be generated. Use the --roc option to generate a bunch of spreadsheets, one for each fold of cross validation.

Removed CostTrainingImpl and merged its functionality into TrainingImpl as an option. Removed Evaluation interface and EvaluationImpl.

Tests and documentation reflect these changes.