-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
ranger, bootstrap for time series #482
Conversation
Thanks for the PR! Do you have any examples or tests? Also, I wonder what is the best approach to include this. I see 3 options (feel free to propose another):
The problem with 1. is that the number of arguments in What are your thoughts on this? |
Thanks for your message! We have discussed internally, and we think option 1 might be the best. In fact, our modifications focus only on the bootstrap step when building trees, and computing variable importance by permutation. The arguments we added can be hidden quite well, and most of time, they are inactive. |
add homepage, navigation and theme
Mcomp test page update
correct typos
update readme
There is a typo at ```rf_iid_rep <-```. The ```)``` should be included after ```seed = 1```
For `bootstrap.ts` argument, the default is `NULL` based on what I see from the documentation.
Hello, Is bootstrap for time series implemented with a ranger now? Is there any example? |
Update README.md
Hi the package rangerts is available here: https://github.com/hyanworkspace/rangerts. |
Thank you so much. |
Hello @hyanworkspace, Have you thought of adding rangerts to modeltime (https://business-science.github.io/modeltime/articles/extending-modeltime.html) |
Hi guys, I am jumping on this since I am very interested in
|
Sorry for the long silence. In addition to the lack of time to deal with this, I'm still not happy with adding four additional parameters to We could also leave it as it is now (separate repo). Actually, you have quite some information on your repo, and now you get the credit for the package. Btw., we should create a lists if forks/extensions that build on ranger and link to them here in the repo. |
I think we leave it with the separate package. See #724 for linking to repo. |
joint work with Benjamin Goehry