Skip to content

[Feature Request] Add multi-output matrix support for LinearRegression #432

Description

@mi7plus

Feature / Bug Description

Currently, LinearRegression lacks multi-output matrix fitting support or test coverage for multi-target predictions ($Y \in \mathbb{R}^{N \times K}$).

Proposed Solution

Extend LinearRegression to support matrix-based targets using fit_matrix and predict_matrix, allowing multi-output regression.

Additional Context

I have a fix ready and will submit a PR linking to this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions