rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.89k stars 863 forks source link

StackingCVRegressor: multi_output option [#799] #802

Closed ChromaticIsobar closed 3 years ago

ChromaticIsobar commented 3 years ago

Optionally allow multioutput regression in StackingCVRegressor: Refers to issue #799

Fixes #799

rasbt commented 3 years ago

Looks great, thanks! Ported this behavior over to the StackingRegressor to make it consistent. Also updated the docs. Should be good to merge once the tests pass.