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 56242bb commit bf8a395Copy full SHA for bf8a395
cpp/main.cpp
@@ -46,10 +46,10 @@ int main()
46
//Saving results
47
save_data("output.csv",predictions);
48
std::cout<<"min validation_error "<<model.validation_error_steps.minCoeff()<<"\n\n";
49
- std::cout<<check_if_approximately_equal(model.validation_error_steps.minCoeff(),6.95696,0.00001)<<"\n";
+ std::cout<<check_if_approximately_equal(model.validation_error_steps.minCoeff(),7.02559,0.00001)<<"\n";
50
51
std::cout<<"mean prediction "<<predictions.mean()<<"\n\n";
52
- std::cout<<check_if_approximately_equal(predictions.mean(),23.8927,0.0001)<<"\n";
+ std::cout<<check_if_approximately_equal(predictions.mean(),23.9213,0.0001)<<"\n";
53
54
std::cout<<"best_m: "<<model.m<<"\n";
55
0 commit comments