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.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/classification_validation.haml b/views/classification_validation.haml
index dd2a7ae..362a76f 100644
--- a/views/classification_validation.haml
+++ b/views/classification_validation.haml
@@ -5,7 +5,7 @@
%dt
%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