summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-06-16 14:06:38 +0200
committermr <mr@mrautenberg.de>2011-06-16 14:06:38 +0200
commit305aa1146692f7b9a5c278f3cd4d0a843a1755bd (patch)
tree173257236f0dda9a12f16efa67d30fa2e113d8a8
parentf24e15002a499a5a7fc09d6a219d9a246a588c8e (diff)
external links for classification validation
-rw-r--r--views/classification_validation.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/classification_validation.haml b/views/classification_validation.haml
index 41362ba..5649d7f 100644
--- a/views/classification_validation.haml
+++ b/views/classification_validation.haml
@@ -3,17 +3,17 @@
= sprintf("%.2f", model.correct_predictions.to_f) if model.correct_predictions
= '%'
%dt
- %a{:href => "http://en.wikipedia.org/wiki/Receiver_operating_characteristic", :target => "_blank"} Weighted area under ROC:
+ %a{:href => "http://en.wikipedia.org/wiki/Receiver_operating_characteristic", :rel => "external"} Weighted area under ROC:
%dd
= sprintf("%.3f", model.weighted_area_under_roc.to_f) if model.weighted_area_under_roc
%dt
- %a{:href => "http://en.wikipedia.org/wiki/Sensitivity_and_specificity", :target => "_blank"} Specificity:
+ %a{:href => "http://en.wikipedia.org/wiki/Sensitivity_and_specificity", :rel => "external"} Specificity:
%dd= sprintf("%.3f", model.specificity.to_f) if model.specificity
%dt
- %a{:href => "http://en.wikipedia.org/wiki/Sensitivity_and_specificity", :target => "_blank"} Sensitivity:
+ %a{:href => "http://en.wikipedia.org/wiki/Sensitivity_and_specificity", :rel => "external"} Sensitivity:
%dd= sprintf("%.3f", model.sensitivity.to_f) if model.sensitivity
%dt
- %a{:href => "http://en.wikipedia.org/wiki/Confusion_matrix", :target => "_blank"} Confusion Matrix:
+ %a{:href => "http://en.wikipedia.org/wiki/Confusion_matrix", :rel => "external"} Confusion Matrix:
%dd
%table
%tr