We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f04f84 commit f924daaCopy full SHA for f924daa
cpp/test ALRRegressor poisson.cpp
@@ -52,7 +52,7 @@ int main()
52
save_data("data/output.csv",predictions);
53
54
std::cout<<predictions.mean()<<"\n\n";
55
- tests.push_back(check_if_approximately_equal(predictions.mean(),1.88358,0.00001));
+ tests.push_back(check_if_approximately_equal(predictions.mean(),1.88508,0.00001));
56
57
//std::cout<<model.validation_error_steps<<"\n\n";
58
0 commit comments