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 48087e8 commit 7ccb0feCopy full SHA for 7ccb0fe
cpp/main.cpp
@@ -46,10 +46,10 @@ int main()
46
// Saving results
47
save_as_csv_file("output.csv", predictions);
48
std::cout << "min validation_error " << model.validation_error_steps.minCoeff() << "\n\n";
49
- std::cout << is_approximately_equal(model.validation_error_steps.minCoeff(), 6.32895, 0.00001) << "\n";
+ std::cout << is_approximately_equal(model.validation_error_steps.minCoeff(), 6.17133, 0.00001) << "\n";
50
51
std::cout << "mean prediction " << predictions.mean() << "\n\n";
52
- std::cout << is_approximately_equal(predictions.mean(), 23.587, 0.0001) << "\n";
+ std::cout << is_approximately_equal(predictions.mean(), 23.591, 0.0001) << "\n";
53
54
std::cout << "best_m: " << model.m << "\n";
55
0 commit comments