From 8cf6e61e33b0806ebf856a98c5f21ed628bae1a0 Mon Sep 17 00:00:00 2001 From: Wenhao-H Date: Tue, 3 Jul 2018 13:46:34 +0800 Subject: [PATCH] remove comments in RegressionInterpolation test --- src/mlpack/tests/cf_test.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mlpack/tests/cf_test.cpp b/src/mlpack/tests/cf_test.cpp index 245bd60199..bf206028ad 100644 --- a/src/mlpack/tests/cf_test.cpp +++ b/src/mlpack/tests/cf_test.cpp @@ -1096,9 +1096,6 @@ BOOST_AUTO_TEST_CASE(CFPredictSimilarityInterpolation) */ BOOST_AUTO_TEST_CASE(CFPredictRegressionInterpolation) { - // The small Grouplens dataset we use is very sparse. - // RegressionInterpolation doesn't generalize well when the data - // is very sparse. Thus we set a very high rmse bound here. CFPredict