Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polynomial regression returns blatantly incorrect results #124

Open
ecc521 opened this issue Aug 9, 2021 · 0 comments
Open

Polynomial regression returns blatantly incorrect results #124

ecc521 opened this issue Aug 9, 2021 · 0 comments

Comments

@ecc521
Copy link

ecc521 commented Aug 9, 2021

Linear Regression:
Screen Shot 2021-08-08 at 8 15 26 PM

Quartic Regression:
Screen Shot 2021-08-08 at 8 17 21 PM

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.

@ecc521 ecc521 changed the title Polynomial regression on lower order datasets returns blatantly incorrect results Polynomial regression returns blatantly incorrect results Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant