-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
good first issueGood for newcomersGood for newcomersreleasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
It's not possible to set the maximum number of learners of AdaBoost.
Desired solution
- Add a new parameter
maximum_number_of_learners: intto the initializer ofsafeds.ml.classification.AdaBoostandsafeds.ml.regression.AdaBoost - Raise a value error if
maximum_number_of_learners< 1 - Pass it along to
n_estimatorsof the wrappedscikit-learnmodel in thefitmethod
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersreleasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done