ropensci / aorsf

Accelerated Oblique Random Survival Forests
https://docs.ropensci.org/aorsf
Other
54 stars 10 forks source link

dont fit oblique if mtry is 1 #64

Open bcjaeger opened 3 months ago

bcjaeger commented 3 months ago

If mtry is 1, the regression coefficient for the given covariate should just be set to 1 rather than whatever happens to come out of running the specified model to get coefficients for oblique splits.