summaryrefslogtreecommitdiff
path: root/views/prediction.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-05-18 11:52:26 +0200
committerChristoph Helma <helma@in-silico.ch>2010-05-18 11:52:26 +0200
commitd4d9fad65606250b1372f3ba7cfd6a77bed3f139 (patch)
tree58073f6c50a958e1e60cd1ca8cd796c058315341 /views/prediction.haml
parent9b0208992076b83b209a2ef3bf7064a918c753bd (diff)
api-wrapper version 1.5.1
Diffstat (limited to 'views/prediction.haml')
-rw-r--r--views/prediction.haml9
1 files changed, 8 insertions, 1 deletions
diff --git a/views/prediction.haml b/views/prediction.haml
index 96fe54d..28bedd4 100644
--- a/views/prediction.haml
+++ b/views/prediction.haml
@@ -34,4 +34,11 @@
%em= p[:prediction]
- if p[:confidence]
%br
- = "(confidence: #{sprintf('%.03f', p[:confidence].to_f.abs)})"
+ ( Confidence:
+ = sprintf('%.03f', p[:confidence].to_f.abs)
+ )
+
+%dl
+ %dt Confidence:
+ %dd Indicates the applicability domain of a model. Predictions with a high confidence can be expected to be more reliable than predictions with low confidence. Confidence values may take any value between 0 and 1. For most models confidence &gt; 0.025 is a sensible (hard) cutoff to distiguish between reliable and unreliable predictions.
+