Skip to content

Set maximum number of learners of AdaBoost #171

@lars-reimann

Description

@lars-reimann

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: int to the initializer of safeds.ml.classification.AdaBoost and safeds.ml.regression.AdaBoost
  • Raise a value error if maximum_number_of_learners < 1
  • Pass it along to n_estimators 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