Skip to content

Set learning rate of AdaBoostΒ #167

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

It's not possible to set the learning rate of adaptive boosting.

Desired solution

  • Add a new parameter learning_rate: float to the initializer of safeds.ml.classification.AdaBoost and safeds.ml.regression.AdaBoost
  • Raise a value error if learning_rate <= 0
  • Pass it along to learning_rate of the wrapped scikit-learn model in the fit method

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

βœ”οΈ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions