Byron

Results 17 issues of Byron

currently oblique forests just try to make one linear combination of predictors, and they will try again (with different predictors) if that split isn't good enough. There should be more...

this is an idea to make oblique RFs more explainable for a single prediction: 1. pull out the regression coefficients from the node directly above the given obervation's predicted leaf...

enhancement

default methods to find linear combos of predictors in classification and regression trees

enhancement

See https://github.com/ropensci/aorsf/issues/49 - Updates default oobag prediction type to match `aorsf` v0.1.3 - Adds code for survival time prediction with `aorsf`, and a test.

Adds support for `aorsf` (#73). I am uploading `aorsf` version 0.1.4 to CRAN and I don't expect any problems, but I totally understand if you'd prefer we hold off on...

Hello, Thank you for developing `grf`. It's great! Would it be feasible to allow `Y.hat` to be an input for causal survival forests? I see from code in `causal_survival_forest` that...

feature
experimental