remove comments in RegressionInterpolation test

This commit is contained in:
Wenhao-H
2018-07-03 13:46:34 +08:00
parent a50113e6b2
commit 8cf6e61e33
-3
View File
@@ -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<RegSVDPolicy,
OverallMeanNormalization,
EuclideanSearch,