-
Notifications
You must be signed in to change notification settings - Fork 131
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
Different result for exponential and power compare to excel #89
Comments
I faced the same issue, apparently there are two different method to find non linear regression coefficients. One is by converting the equation to linear and then minimizing it, and other one is minimizing the non linear function. |
@kapil1201 - Thank you for the reply. Did you get similar issue for Power and Polynomial regression also? |
@kapil1201 - Could you please respond to this? |
We have used MLjs library for this purpose. |
How to reproduce,
Have this data set
[1, 2],
[1, 3],
[4, 4],
[4, 5]
[3, 6]
[3, 7]
[5, 8]
[5, 9]
[1, 10]
Excel results are
Whereas library give us below result
The text was updated successfully, but these errors were encountered: