Skip to content

Commit

Permalink
Update river/tree/hoeffding_adaptive_tree_classifier.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smastelini authored Sep 6, 2024
1 parent 77e7d82 commit b30cbdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion river/tree/hoeffding_adaptive_tree_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ class HoeffdingAdaptiveTreeClassifier(HoeffdingTreeClassifier):
>>> metric = metrics.Accuracy()
>>> evaluate.progressive_val_score(dataset, model, metric)
Accuracy: 91.49%
"""
Expand Down

0 comments on commit b30cbdc

Please sign in to comment.