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 5f304c0 commit 19992d9Copy full SHA for 19992d9
cpp/test ALRRegressor poissongamma.cpp
@@ -53,7 +53,7 @@ int main()
53
save_data("data/output.csv",predictions);
54
55
std::cout<<predictions.mean()<<"\n\n";
56
- tests.push_back(check_if_approximately_equal(predictions.mean(),1.86439,0.00001));
+ tests.push_back(check_if_approximately_equal(predictions.mean(),1.89319,0.00001));
57
58
//std::cout<<model.validation_error_steps<<"\n\n";
59
0 commit comments