ACM-VIT / Algos-for-all-Amigos

This repository consists an implementation of the Algorithms encountered in Computer Science, Physics and Mathematics.
MIT License
9 stars 10 forks source link

Linear Regression... but from scratch! #12

Closed Chasmiccoder closed 2 years ago

Chasmiccoder commented 2 years ago

Hey there! Welcome to Hacktoberfest 2021!

Thanks for taking interest in this project.

In this issue, we want to create a simple web app that takes the number of datapoints (n), and then takes in two arrays x, Y of size n as input. We then want to find the lines X on Y and Y on X using least squares method in linear regression. After finding the lines, we want to plot these visually and print the coefficients, intercept, coefficient of correlation, etc.

Tech Stack - HTML, CSS, JS, CanvasJS (recommended)


Feel free to contact us here (Telegram) if you need any help!


It's okay if you don't finish 100% of what is required, it's the attempt that matters! We'll accept PRs even if they complete a sub-component of this issue (depending on the code submitted and the effort taken) All the best :D

Chasmiccoder commented 2 years ago

Hi @capt-doki ! Yeah sure :)

Good luck

Chasmiccoder commented 2 years ago

Hi @capt-doki . It seems like you've deleted your comment. If you don't want to work on the issue it is fine, but deleting comments after you've been assigned gives the wrong message..

Chasmiccoder commented 2 years ago

Anyways, this issue is still open, so if anyone wants to give it a try, just comment here and I'll assign you!

nilupulmanodya commented 2 years ago

Hey @Chasmiccoder Is it okay to contribute this issue with flask server ?

Chasmiccoder commented 2 years ago

Hey @nilupulmanodya !

Yeah sure, that would also work The Tech Stack mentioned was just the recommended one. You can do it with python and flask as well

Good luck :)

Chasmiccoder commented 2 years ago

Thank you for contributing