sakram07 / Brainforge

A simplistic ML library for everyday use
7 stars 2 forks source link

Write Linear Regression prototype #3

Closed sakram07 closed 7 years ago

tuvtran commented 7 years ago

If no one's taken this, I will

sakram07 commented 7 years ago

AFAIK no one has taken this (they would have commented the issue).

rabiulcste commented 7 years ago

what about polynomial regression?

tuvtran commented 7 years ago

I think he meant everything about regression like linear, polynomial, ridge....

sakram07 commented 7 years ago

Added #11 We decided on having a totally separate class for each model (for now). I am not sure how much code re-usability will suffer because of that, but we can refactor it later.

So @rabiulcste you can work on polynomial regression while tuvttran works on Linear.

divyanshj16 commented 7 years ago

This has been completed by me!!