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:
![Screen Shot 2021-08-08 at 8 15 26 PM](https://user-images.githubusercontent.com/42424091/128649975-6084ac0b-921e-433e-a143-26a878b77fcd.png)
Quartic Regression:
![Screen Shot 2021-08-08 at 8 17 21 PM](https://user-images.githubusercontent.com/42424091/128650043-6d0b2aee-e666-4e7c-b298-8a18587e1832.png)
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: