From c1be8fe66f640d44dbbc9bfe5212733994bfb9c5 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 9 May 2016 15:44:29 +0200 Subject: physchem crossvalidation fixed, test_compound_descriptor_parameters assertions fixed --- test/validation.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/validation.rb') diff --git a/test/validation.rb b/test/validation.rb index 8ebb52c..ed19fee 100644 --- a/test/validation.rb +++ b/test/validation.rb @@ -17,7 +17,7 @@ class ValidationTest < MiniTest::Test model = Model::LazarRegression.create dataset.features.first, dataset cv = RegressionCrossValidation.create model assert cv.rmse < 1.5, "RMSE #{cv.rmse} should be larger than 1.5, this may occur due to an unfavorable training/test set split" - assert cv.mae < 1, "MAE #{cv.mae} should be larger than 1, this may occur due to an unfavorable training/test set split" + assert cv.mae < 1, "MAE #{cv.mae} should be smaller than 1, this may occur due to an unfavorable training/test set split" end # parameters -- cgit v1.2.3