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

ENH add early_termination control for boosting-based methods #7

Closed
ZhiningLiu1998 opened this issue Nov 25, 2021 · 2 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@ZhiningLiu1998
Copy link
Owner

The early termination in sklearn.ensemble.AdaBoostClassifier may be too strict under certain scenarios (only 1 base classifier is trained), which greatly hinders the performance of boosting-based ensemble imbalanced learning methods.

It should make more sense to add a parameter that allows the user to decide whether to enable strict early termination.

@ZhiningLiu1998 ZhiningLiu1998 added the enhancement New feature or request label Nov 25, 2021
@ZhiningLiu1998 ZhiningLiu1998 self-assigned this Nov 25, 2021
@ZhiningLiu1998
Copy link
Owner Author

@all-contributors please add @ZhiningLiu1998 for the code and ideas

@allcontributors
Copy link
Contributor

@ZhiningLiu1998

I've put up a pull request to add @ZhiningLiu1998! 🎉

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
None yet
Development

No branches or pull requests

1 participant