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

New split constraints #164

Open
guillermo-navas-palencia opened this issue Apr 11, 2022 · 0 comments
Open

New split constraints #164

guillermo-navas-palencia opened this issue Apr 11, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@guillermo-navas-palencia
Copy link
Owner

Add the following constraints to all OptBinning classes:

  • min_n_neg_splits: minimum number of negative split points.
  • max_n_neg_splits: maximum number of negative split points.
  • min_n_pos_splits: minimum number of positive split points.
  • max_n_pos_splits: maximum number of positive split points.
  • min_neg_split: minimum negative split point.
  • max_neg_split: maximum negative split point.
  • min_pos_split: minimum positive split point.
  • max_pos_split: maximum positive split point.

These constraints will provide more flexibility to the users requiring specific business constraints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
ToDo
  
To do
Development

No branches or pull requests

1 participant