[scikit-learn] Why some regression algo can predict multiple out?

lampahome pahome.chen at mirlab.org
Tue Dec 11 06:03:44 EST 2018


Joel Nothman <joel.nothman at gmail.com> 於 2018年12月11日 週二 下午5:56寫道:

> Yes, some can use a shared model to predict multiple outputs (ElasticNet,
> DecisionTreeRegressor, MLPRegressor), others can't. Those that can't can be
> trivially extended to the multiple output case with MultiOutputRegressor,
> by learning each output independently.
>
> I mean, why those(ElasticNet, DecisionTreeRegressor, MLPRegressor) can
predict multiple outputs?
What's the theory?

thx lot.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20181211/7a76fbec/attachment-0001.html>


More information about the scikit-learn mailing list