-
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 learner used during AdaBoost.
Desired solution
- Add a new parameter
learner: Classifierto the initializer ofsafeds.ml.classical.classification.AdaBoost - Add a new parameter
learner: Regressorto the initializer ofsafeds.ml.classical.regression.AdaBoost - Pass the wrapped regressor/wrapped classifier of the passed learner along to the
estimatorparameter of 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