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

fit_params for Adaboost estimator #21706

Open
venkyyuvy opened this issue Nov 19, 2021 · 1 comment
Open

fit_params for Adaboost estimator #21706

venkyyuvy opened this issue Nov 19, 2021 · 1 comment

Comments

@venkyyuvy
Copy link
Contributor

Describe the workflow you want to enable

I am trying to use a custom estimator as the base estimator for Adaboost regressor. My custom estimator requires additional fit_params apart from sample weights. As I understand, there is no support for passing other fit_params to base_estimators via AdaBoostRegressor.

Describe your proposed solution

In the fit method of Adaboost, allow **fit_params for base_estimator.

Describe alternatives you've considered, if relevant

No response

Additional context

No response

@adrinjalali
Copy link
Member

#24027 will fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants