Skip to content

Warm-up/pre-training configuration for the AdaptiveRandomForest #1493

Answered by smastelini
kdMoura asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @kdMoura. No, there is not currently such an option available. The way Hoeffding Trees are trained is crucially different from, let's say, CART trees. There is the whole single pass philosophy and computational resource saving. Split evaluations are also different.

That is not to say that your idea is invalid; it is and I think it has a lot of potential. I believe it could be best implemented via a tree model converter that takes trained sklearn forests and converts them to River's format. Otherwise, we would need to create a batch-based training method in ARF, which, again, is fundamentally different from the Hoeffding tree framework.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kdMoura
Comment options

@smastelini
Comment options

Answer selected by kdMoura
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants