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 2a6ba95 commit 7e743adCopy full SHA for 7e743ad
cpp/test ALRRegressor gamma.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(),23.7191,0.00001));
+ tests.push_back(check_if_approximately_equal(predictions.mean(),23.7308,0.00001));
56
57
//std::cout<<model.validation_error_steps<<"\n\n";
58
0 commit comments