You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you @folivetti . This is indeed a rounding problem because C++ uses double precision but the output displays only the first (I think) 5 digits.
A way to fix this is to restrict the evolution to work up to a certain numerical precision, another (which you suggested and I report in order to remember) is to try to use scientific notation for the output.
Gotta find some time to do that, though. For now, I suggest using est.predict instead of re-interpreting the formula, to get the correct prediction.
Running some experiments with SBP using this dataset:
Pagie.csv
And by running this script:
I get a mean squared error of
5624673608570.937
, as discussed it is possibly due to truncation of the coefficient values.The text was updated successfully, but these errors were encountered: