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

Swap out entropy for other metrics to determine splits for tree based models #16470

Open
arunaryasomayajula opened this issue Jan 6, 2025 · 0 comments
Labels
cust-statefarm feature reporter-support Reported as a support issue by cuetomer

Comments

@arunaryasomayajula
Copy link

Is your feature request related to a problem? Please describe.

Request/Question 1: Swap out entropy for other metrics to determine splits

What we want to do: Within the tree family of estimators, we want to change the splitting metric. While entropy is great for splits since it often finds the most separation, we would like to create the gradient as usual to continue fitting downstream trees but use different buckets for calculating the gradient.

Why: There are cases where we aim to optimize a certain segment of the population, so we do not care about the best separation across all buckets. We want this to be reflected in the variable bucketing (tree splits). Therefore, we are interested in swapping out the metric for determining the best splits to something other than entropy.

https://support.h2o.ai/a/tickets/109575

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered, if applicable.

Additional context
Add any other context or screenshots about the feature request here. If there's a reference (paper, book, etc) for this feature, please add that here.

H2O.ai Devs only
If there is a support ticket associated with this issue, please post the link here.

@arunaryasomayajula arunaryasomayajula added feature reporter-support Reported as a support issue by cuetomer cust-statefarm labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cust-statefarm feature reporter-support Reported as a support issue by cuetomer
Projects
None yet
Development

No branches or pull requests

1 participant