-
Notifications
You must be signed in to change notification settings - Fork 92
Updates for new aorsf
engine for rand_forest()
#828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@topepo can you have a look at this, too? This PR now contains all the changes related to the new
The corresponding PR on censored is tidymodels/censored#211 if you want more context. |
aorsf
engine for rand_forest()
|
this should be removed once the changes in aorsf are on CRAN
Thank you! 😃 |
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
Closes #827
Hello!
I would like to include the oblique random survival forest in
parsnip
as an engine for censored regression. I have reviewed the guidelines for contributing engine level documentation and have made .Rmd and .R files foraorsf
that mimic existing files for random forest engines, e.g.,partykit
.Following the engine-specific guidelines in
inst/README-DOCS.md
,I had a little trouble on step 3. Knitting my .Rmd file, the error
package 'parsnip' required by 'censored' could not be found
occurred. So I did not commit the .Rd file. I've tried to figure out what is causingparsnip
to be undetected, but haven't figured it out yet.Since
aorsf
is a new engine and I am having trouble creating the .Rd file, may I request help getting the documentation files to knit as intended?