From 1f95bfdc11de7c4fdc2e9f0313be3506dd6ea9c1 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 4 May 2017 09:50:08 +0000 Subject: ensure warnings for validation statistics --- lib/crossvalidation.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/crossvalidation.rb') diff --git a/lib/crossvalidation.rb b/lib/crossvalidation.rb index 75c5db5..06a1e2a 100644 --- a/lib/crossvalidation.rb +++ b/lib/crossvalidation.rb @@ -90,6 +90,7 @@ module OpenTox field :within_prediction_interval, type: Integer, default:0 field :out_of_prediction_interval, type: Integer, default:0 field :correlation_plot_id, type: BSON::ObjectId + field :warnings, type: Array end # Independent repeated crossvalidations -- cgit v1.2.3