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

Allow user to set weak learner parameters in adaboost. #15780

Closed
wendycwong opened this issue Sep 21, 2023 · 1 comment
Closed

Allow user to set weak learner parameters in adaboost. #15780

wendycwong opened this issue Sep 21, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@wendycwong
Copy link
Contributor

wendycwong commented Sep 21, 2023

To see how this is done, you can use either AutoML or Infogram implementation for reference.

valenad1 added a commit that referenced this issue Nov 7, 2023
…l be loaded each time. The parameters are not immutable objects and training of the previous algorithm can change parameters and therefore affect next training if we didn't reload the parameters
@valenad1 valenad1 added this to the 3.44.0.3 milestone Nov 9, 2023
valenad1 added a commit that referenced this issue Nov 21, 2023
…l be loaded each time. The parameters are not immutable objects and training of the previous algorithm can change parameters and therefore affect next training if we didn't reload the parameters
valenad1 added a commit that referenced this issue Nov 22, 2023
* weakLerner custom parameters is working for DRF

* add all other weak_learners and ensure that parameters will be loaded each time. The parameters are not immutable objects and training of the previous algorithm can change parameters and therefore affect next training if we didn't reload the parameters
valenad1 added a commit that referenced this issue Nov 22, 2023
* add weak_learner_parameters to API

* add documentation to weak_learner_params
valenad1 added a commit that referenced this issue Nov 22, 2023
* add DEEP_LEARNING and  weak_learner_params to the AdaBoost documentation

* add nlearners default info
@valenad1
Copy link
Collaborator

Done

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

No branches or pull requests

2 participants