Skip to content

Set learner of AdaBoost #173

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

It's not possible to set the learner used during AdaBoost.

Desired solution

  • Add a new parameter learner: Classifier to the initializer of safeds.ml.classical.classification.AdaBoost
  • Add a new parameter learner: Regressor to the initializer of safeds.ml.classical.regression.AdaBoost
  • Pass the wrapped regressor/wrapped classifier of the passed learner along to the estimator parameter 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

Labels

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions