tidymodels / parsnip

A tidy unified interface to models
https://parsnip.tidymodels.org
Other
564 stars 78 forks source link

Multitarget random forest regression #904

Open dbolta opened 1 year ago

dbolta commented 1 year ago

Feature

I regularly use multitarget regression from rfsrc. Would love to have a multioutput random forest implementation in tidymodels.

rfsrc(Multivar(y1, y2, ..., yd) ~ . , my.data, ...) https://www.rdocumentation.org/packages/randomForestSRC/versions/3.1.0/topics/rfsrc

EmilHvitfeldt commented 1 year ago

Hello @dbolta 👋 thanks for the feature request, i have moved this issue to the {parsnip} package as it would likely be added to this package or one of its extension packages. Likewise, we have a larger thread at https://github.com/tidymodels/parsnip/issues/35 about future models.

simonpcouch commented 2 months ago

Related to #798.