-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Implement linear regression from scratch in a proper class format.
With function like
- fit() -> fit the model based on the input points and output points
- predict() -> predict using input data points.
you can more functions based on your requirement.
Path /algorithm
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers