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

User defined cuts for tree-based methods #202

Open
wbuchanan opened this issue Sep 20, 2023 · 0 comments
Open

User defined cuts for tree-based methods #202

wbuchanan opened this issue Sep 20, 2023 · 0 comments
Labels
documentation feature a feature request or enhancement

Comments

@wbuchanan
Copy link

Feature

It isn't currently clear how step_collapse_cart and other methods for numeric predictors determine how many groups to select. It could be useful to add a parameter cut_depth that would allow users to specify how far down the decision tree to make cuts to collapse/group values. Alternatively, a groups parameter that allows users to specify the number of groups they want to retain, which would return <= groups based on cutting the tree could also be a useful feature for users.

@EmilHvitfeldt EmilHvitfeldt added documentation feature a feature request or enhancement labels Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants