Skip to content

Commit

Permalink
add disclamer
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnowakassis committed Sep 6, 2024
1 parent 892eb41 commit b338c92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions river/tree/last_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b338c92

Please sign in to comment.