From b338c922236d635a294396d5a581f83f2deadd13 Mon Sep 17 00:00:00 2001 From: Daniel Nowak Date: Fri, 6 Sep 2024 16:42:09 -0300 Subject: [PATCH] add disclamer --- river/tree/last_classifier.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/river/tree/last_classifier.py b/river/tree/last_classifier.py index 349d82160f..ff51bb647b 100644 --- a/river/tree/last_classifier.py +++ b/river/tree/last_classifier.py @@ -21,6 +21,9 @@ class LASTClassifier(HoeffdingTreeClassifier, base.Classifier): adaptive splitting mechanisms. LAST maintains a change detector at each leaf and splits this node if a change is detected in the error or the leaf`s data distribution. + LAST is still not suitable as classifiers of an ensemble due to the change detectors. + The authors in [^1] are working in a version of LAST that overcomes this. + Parameters ---------- max_depth