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
This issue is caused by rounding being done mid-calculations, which has a massively bigger impact on higher order regressions. Rounding after the fact would prevent this issue, and improve performance.
The text was updated successfully, but these errors were encountered:
ecc521
changed the title
Polynomial regression on lower order datasets returns blatantly incorrect results
Polynomial regression returns blatantly incorrect results
Aug 9, 2021
Linear Regression:
Quartic Regression:
This issue is caused by rounding being done mid-calculations, which has a massively bigger impact on higher order regressions. Rounding after the fact would prevent this issue, and improve performance.
The text was updated successfully, but these errors were encountered: