File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ BOOST_AUTO_TEST_CASE(testPiecewiseConstant) {
242
242
// Unbiased...
243
243
BOOST_REQUIRE_CLOSE_ABSOLUTE (
244
244
0.0 , modelBias[i][0 ],
245
- 4.0 * std::sqrt (noiseVariance / static_cast <double >(trainRows)));
245
+ 9.1 * std::sqrt (noiseVariance / static_cast <double >(trainRows)));
246
246
// Good R^2...
247
247
BOOST_TEST_REQUIRE (modelRSquared[i][0 ] > 0.96 );
248
248
@@ -1130,7 +1130,7 @@ BOOST_AUTO_TEST_CASE(testLogisticRegression) {
1130
1130
LOG_DEBUG (<< " log relative error = "
1131
1131
<< maths::CBasicStatistics::mean (logRelativeError));
1132
1132
1133
- BOOST_TEST_REQUIRE (maths::CBasicStatistics::mean (logRelativeError) < 0.7 );
1133
+ BOOST_TEST_REQUIRE (maths::CBasicStatistics::mean (logRelativeError) < 0.75 );
1134
1134
meanLogRelativeError.add (maths::CBasicStatistics::mean (logRelativeError));
1135
1135
}
1136
1136
You can’t perform that action at this time.
0 commit comments