Skip to content

Upgrade Linear Regression with Fully Vectorized Implementation and add a naive implementation for beginners #13205

@somrita-banerjee

Description

@somrita-banerjee

Feature description

I noticed that the current linear_regression.py
Implementation is partially vectorized but still uses Python loops and manual parsing in some places. I think for a learning platform, we should include both naive and vectorized algorithms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis PR modified some existing files

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions