-
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 number of trees for gradient boosting (classifier & regressor).
Desired solution
- Add a new parameter
number_of_trees: intto the initializer ofsafeds.ml.classical.classification.GradientBoostingandsafeds.ml.classical.regression.GradientBoosting - Raise a value error if
number_of_trees< 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