Skip to content

Implement linear regression #2

@strikeraryu

Description

@strikeraryu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions