From 5e9a08c0b534fa96179fb5c81a9b4193e7b0aad8 Mon Sep 17 00:00:00 2001 From: "helma@in-silico.ch" Date: Mon, 29 Oct 2018 17:58:09 +0100 Subject: dataset folds fixed --- lib/feature.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/feature.rb') diff --git a/lib/feature.rb b/lib/feature.rb index 50dea77..be07e7a 100644 --- a/lib/feature.rb +++ b/lib/feature.rb @@ -65,7 +65,7 @@ module OpenTox field :training_feature_id, type: BSON::ObjectId end - class LazarConfidenceInterval < NumericLazarPrediction + class LazarPredictionInterval < NumericLazarPrediction end class NominalSubstanceProperty < NominalFeature -- cgit v1.2.3