Skip to content

Add boosting support to linfa-ensemble #411

@yfnaji

Description

@yfnaji

I was looking into the linfa-ensemble crate and noticed that it currently does not include a boosting mechanism. The current ensemble implementation appears to be quite generalised, so we could either extend EnsembleLearner to support boosting methods or (preferably) create a new struct dedicated to boosting, while keeping EnsembleLearner as the dedicated bagging struct (and rename EnsembleLearner -> Bagging).

I would like your thoughts on this - I’d be happy to work on this and write an initial implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions