-
Notifications
You must be signed in to change notification settings - Fork 403
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
[Feature] Add Linear Regression Calculator #1783
Comments
Hey @vivekvardhan2810, Welcome to the project CalcDiverse! 🎊 |
@Rakesh9100 Please assign this issue Under GSSOC 24, as soon as possible because the deadline for GSSOC'24 is approaching by August 10 |
@vivekvardhan2810 can you please assign this issue to me? I want to work on this issue. |
No @charanbhatia I am working on the issue, waiting it for assigning |
okay |
@Rakesh9100 @jessicachawla please assign me this issue I have already made the calculator just need to create the pull request quickly |
Go ahead @vivekvardhan2810 |
Hello @vivekvardhan2810! Your issue #1783 has been closed. Thank you for your contribution!! 🙌 |
May I know why have you closed the issue @vivekvardhan2810 |
Sir @Rakesh9100 I don't know how to add some validations. that is the reason |
Have you told this to me or the mentor, is directly closing the PR and the issue appropriate in open source, no right @vivekvardhan2810 |
@Rakesh9100 can i reopen the issue |
And you just have to handle NaN validation that means if no values are entered and Calculate button is clicked, then it should say Please enter valid values, this is just the basics of JavaScript @vivekvardhan2810 |
Okay @Rakesh9100 got it, can i reopen and solve this issue |
Make the new commit in that same PR, don't create a new one @vivekvardhan2810 |
okay @Rakesh9100 will do it |
@Rakesh9100 I have made the changes, can you check and merge the PR |
Hello @vivekvardhan2810! Your issue #1783 has been closed. Thank you for your contribution!! 🙌 |
Description
Linear Regression calculator will take a set of data points, compute the best-fit line using linear regression, and display the slope, intercept, and a plot of the data points with the regression line.
Screenshots
No response
Checklist
Code of Conduct
The text was updated successfully, but these errors were encountered: