Skip to content

SKLearn regression model with multiple outputs #2586

@johan-sightic

Description

@johan-sightic

🌱 Describe your Feature Request

I want to convert a sklearn.linear_model.LinearRegression model with multiple output targets (149 to be exact) but it seems like the converter only supports a single output. This looks like an artificial limitation, is it possible to support multiple outputs?

Describe alternatives you've considered

A multifunction-model is possible but quite annoying to work with. Since this is a simple linear function I think it can be first converted to neural network and then converted that way but this won't work as easily for other models.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestFunctionality does not currently exist, would need to be created as a new feature (type)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions