Batch learning/predicting for the Hoeffding Adaptive Tree Classifier #709
Answered
by
smastelini
gintriago12
asked this question in
Q&A
-
Hi, The Hoeffding Adaptive Tree classifier have the methods learn_many() and predict_many(), is there any way to enable it? Any guidance/help is welcomed. Best, |
Beta Was this translation helpful? Give feedback.
Answered by
smastelini
Sep 15, 2021
Replies: 1 comment 1 reply
-
Hi @gintriago12. Unfortunately, at the time, our tree models only support an instance-by-instance learning regimen. You will need to loop over the instance batches. Cheers, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gintriago12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @gintriago12. Unfortunately, at the time, our tree models only support an instance-by-instance learning regimen. You will need to loop over the instance batches.
Cheers,