Skip to content

Commit

Permalink
Update river/tree/last_classifier.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smastelini authored Sep 6, 2024
1 parent b338c92 commit 46312ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions river/tree/last_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ 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.
LAST is still not suitable for use as a base classifier in ensembles due to the change detectors.
The authors in [^1] are working on a version of LAST that overcomes this limitation.
Parameters
----------
Expand Down

0 comments on commit 46312ac

Please sign in to comment.