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 19992d9 commit 06693b3Copy full SHA for 06693b3
cpp/test ALRRegressor inversegaussian.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(),23.573,0.00001));
+ tests.push_back(check_if_approximately_equal(predictions.mean(),23.8678,0.00001));
57
58
//std::cout<<model.validation_error_steps<<"\n\n";
59
0 commit comments