summaryrefslogtreecommitdiff
path: root/views/classification_validation.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/classification_validation.haml')
-rw-r--r--views/classification_validation.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/classification_validation.haml b/views/classification_validation.haml
index f25a321..9f5c2c9 100644
--- a/views/classification_validation.haml
+++ b/views/classification_validation.haml
@@ -3,9 +3,9 @@
= sprintf("%.2f", model.correct_predictions.to_f) if model.correct_predictions
= '%'
%dt
- %a{:href => "http://en.wikipedia.org/wiki/Receiver_operating_characteristic", :rel => "external"} Weighted area under ROC:
+ %a{:href => "http://en.wikipedia.org/wiki/Receiver_operating_characteristic", :rel => "external"} Average area under ROC:
%dd
- = sprintf("%.3f", model.weighted_area_under_roc.to_f) if model.weighted_area_under_roc
+ = sprintf("%.3f", model.average_area_under_roc.to_f) if model.average_area_under_roc
%dt
%a{:href => "http://en.wikipedia.org/wiki/Sensitivity_and_specificity", :rel => "external"} Specificity:
%dd= sprintf("%.3f", model.specificity.to_f) if model.specificity