Skip to content
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

introduce ltry #40

Open
bcjaeger opened this issue Jan 26, 2024 · 1 comment
Open

introduce ltry #40

bcjaeger opened this issue Jan 26, 2024 · 1 comment

Comments

@bcjaeger
Copy link
Collaborator

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
Copy link
Collaborator Author

the API change should be straightforward. Include the input ltry in orsf() with a default value of 1.

So orsf(ltry=1) would do what orsf() has always done, but orsf(ltry = 3) would pick the best combo of the three combos assessed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant