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 fca6254 commit 5d4af5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions river/tree/hoeffding_adaptive_tree_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class HoeffdingAdaptiveTreeClassifier(HoeffdingTreeClassifier):
>>> evaluate.progressive_val_score(dataset, model, metric)
Accuracy: 91.49%
"""

def __init__(
Expand Down

0 comments on commit 5d4af5a

Please sign in to comment.