IEEE-VIT / pykitzoid

This is a repository containing a package coded in Go language, with the motive of providing ML support.
MIT License
9 stars 11 forks source link

add: plot_data_points function in Linear Regression Algorithm #14

Open ravin-d-27 opened 2 years ago

ravin-d-27 commented 2 years ago

insert code in the plot_data_points function in pykitzoid/algorithms/linear_regression.go. bear in mind the format in which the dataset will be received (csv) and change the parameters and return types as you require. refer https://medium.com/geekculture/linear-regression-from-scratch-in-python-without-scikit-learn-a06efe5dedb6

AAnirudh07 commented 2 years ago

Could you assign this issue to me pls?

ravin-d-27 commented 2 years ago

Hi @AAnirudh07, you have successfully assigned to this issue

RohithParahmesh commented 2 years ago

@AAnirudh07 what are the updates with the issue

RohithParahmesh commented 2 years ago

@AAnirudh07 since i havent recieved any upadates im removing you as the asignee

Harsh-Avinash commented 1 year ago

Would love to take it up.