paris-saclay-cds / ramp-workflow

Toolkit for building predictive workflows on top of pydata (pandas, scikit-learn, pytorch, keras, etc.).
https://paris-saclay-cds.github.io/ramp-docs/
BSD 3-Clause "New" or "Revised" License
68 stars 43 forks source link

[RFC] arbitrary output length in multi-output regression #182

Open kegl opened 5 years ago

kegl commented 5 years ago

On some workflows it is possible that the output dimension changes from one dataset to another. At this time we need to have the output dimension hard-coded when the regression prediction type is declared. Let's see if we can make it optional and fill it automatically if not provided.