imbs-hl / ranger

A Fast Implementation of Random Forests
http://imbs-hl.github.io/ranger/
775 stars 192 forks source link

Multivariate forest option #430

Open cegbuna opened 5 years ago

cegbuna commented 5 years ago

Thanks for the package.

Is it possible to perform multivariate regression like this: rfsrc(Multivar(y1, y2, ..., yd) ~ . , my.data, ...) in the randomForestSRC package?

mnwright commented 5 years ago

No, not yet.