summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/validation.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/validation.haml b/views/validation.haml
index ce35536..06a57e7 100644
--- a/views/validation.haml
+++ b/views/validation.haml
@@ -10,7 +10,7 @@
%dd
%a{:href => model.validation_report_uri + subjectstring, :target => "_blank"} show
%dt Number of predictions
- %dd= model.nr_predictions
+ %dd= model.nr_predictions.to_s
- case model.type
- when "classification"
= haml :classification_validation, :locals=>{:model=>model}, :layout => false if model.correct_predictions