aorsf icon indicating copy to clipboard operation
aorsf copied to clipboard

introduce `ltry`

Open bcjaeger opened this issue 7 months ago • 1 comments

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 flexibility with this. What if I want to try 5 different linear combos and pick the best one?

This would change some of the core C++ routines in splitting data.

bcjaeger avatar Jan 26 '24 17:01 bcjaeger