Skip to content

Add functionality for adding trees to an existing forest #213

@ablaom

Description

@ablaom

I'm wanting something like this to support JuliaAI/MLJDecisionTreeInterface.jl#40 (which is related to #211).

One could just run built_forest a second time to get more trees, but currently there is no method exposed for combining the two ensembles.

Maybe it's more intuitive to add a build_forest method that includes an existing forest as argument, which then gets added to. Also, in the case of AdaBoostStumpClassifier, the preceding approach doesn't work.

Thoughts anyone?

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