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

Add types for HistGradientBoosting max_features argument #323

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

ara-incom
Copy link
Contributor

This pull request adds type annotation for the max_features argument of the scikit-learn histogram gradient boosting classes: BaseHistGradientBoosting, HistGradientBoostingRegressor, and HistGradientBoostingClassifier (all implemented in https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py)

Fixes #322

@debonte
Copy link
Contributor

debonte commented Oct 29, 2024

@ara-incom, thanks for the contribution!

@debonte debonte merged commit 6702500 into microsoft:main Oct 29, 2024
3 checks passed
@ara-incom ara-incom deleted the patch-1 branch October 29, 2024 08:29
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

Successfully merging this pull request may close these issues.

Missing parameter for sklearn.ensemble.HistGradientBoostingRegressor
2 participants