Daniel Bolta
Daniel Bolta
add top and bottom sections
Gitignore consistency between function and IDE wizard ```r usethis::create_from_github( "https://github.com/user/shiny-rotary-phone.git" ) ``` creates gitignore with 1 file extension: .Rproj.user File->New Project->Version Control->Git->Create Project creates .gitignore with 4: .Rproj.user .Rhistory .RData...
Thanks for the API! Trying this, doesn't seem like the raw_input call is needed(?)
## 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