-
Notifications
You must be signed in to change notification settings - Fork 722
Open
Labels
feature requestFunctionality does not currently exist, would need to be created as a new feature (type)Functionality does not currently exist, would need to be created as a new feature (type)
Description
🌱 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
Labels
feature requestFunctionality does not currently exist, would need to be created as a new feature (type)Functionality does not currently exist, would need to be created as a new feature (type)