New max candidates split decay rate delete leaves split try - #61
Merged
jemus42 merged 18 commits intoJul 13, 2026
Merged
Conversation
…, split_decay_rate, delete_leaves ) and different behaviour of split_try
… split_structure.
…, threading. Fixed bug in split_structure="leaves" mode; changed behaviour of split_structure="res_trees" mode to fit description. Update documentation and examples for clarity.
…_try' of github.com:PlantedML/randomPlantedForest into new-max_candidates-split_decay_rate-delete_leaves-split_try
Collaborator
|
Can this be merged? Also, does this build on #57? |
jemus42
deleted the
new-max_candidates-split_decay_rate-delete_leaves-split_try
branch
July 13, 2026 21:14
This was referenced Jul 13, 2026
jemus42
added a commit
to PlantedML/glex
that referenced
this pull request
Jul 18, 2026
* workaround to detect if is valid * modernize docs * require randomPlantedForest >= 0.3.0, drop Windows skips rpf 0.3.0 fixes the purify_3() out-of-bounds read that crashed R on Windows (PlantedML/randomPlantedForest#61), so the skip_on_os() guards and the OS condition in the rpf examples are no longer needed. Test skips now pin the minimum version instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * modernize roxygen2 usage roxygen2 8.0.0 conventions: Config/roxygen2/markdown field instead of the Roxygen list, @returns instead of @return, and markdown bullets instead of the last remaining \describe block. Fix a typo in the bike data docs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * ignore attic formats * add air exclusion --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
various new split-modes and speed-ups.