-
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 learning rate of gradient boosting.
Desired solution
- Add a new parameter
learning_rate: floatto the initializer ofsafeds.ml.classification.GradientBoostingandsafeds.ml.regression.GradientBoosting - Raise a value error if
learning_rate<= 0 - Pass it along to
learning_rateof 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