Saturday, July 17, 2010

Evaluating classifier performance

An article in the excellent blog by Will Dwinnel, discusses evaluating classifier performance using Confusion Matrices, ROC, Lift charts and AUROC. Links to external resources are provided:
  • 'L-1' (mean absolute error)
  • 'L-2' (mean squared error)
  • 'L-4'
  • 'L-16'
  • 'L-Infinity'
  • 'RMS' (root mean squared error)
  • 'AUC' (requires tiedrank() from Statistics Toolbox)
  • 'Bias'
  • 'Conditional Entropy'
  • 'Cross-Entropy'
  • 'F-Measure'
  • 'Informational Loss'
  • 'MAPE'
  • 'Median Squared Error'
  • 'Worst 10%'
  • 'Worst 20%'

0 comments:

Post a Comment