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?