Skip to content
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

pass new fit arguments to orsf_train #18

Closed
bcjaeger opened this issue Oct 9, 2023 · 1 comment
Closed

pass new fit arguments to orsf_train #18

bcjaeger opened this issue Oct 9, 2023 · 1 comment

Comments

@bcjaeger
Copy link
Collaborator

bcjaeger commented Oct 9, 2023

It would be nice to do something like:

fit_spec <- orsf(time+status~., na_action = 'na_impute_meanmode', n_tree = 10, no_fit = TRUE)

orsf_train(fit_spec, data = pbc)
orsf_train(fit_spec, data = flchain)
@bcjaeger
Copy link
Collaborator Author

bcjaeger commented Jan 5, 2024

fixed by orsf_update()

@bcjaeger bcjaeger closed this as completed Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant