Skip to content

Commit

Permalink
pre-commit actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Saulo Martiello Mastelini committed Oct 4, 2023
1 parent 6111c48 commit a6e57f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion river/tree/extremely_fast_decision_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ExtremelyFastDecisionTreeClassifier(HoeffdingTreeClassifier):
robust to concept drifts as it continually revisits and updates its internal
decision tree structure. Still, in such cases, the Hoeffind Adaptive Tree might
be a better option, as it was specifically designed to handle non-stationarity.
Parameters
----------
Expand Down

0 comments on commit a6e57f1

Please sign in to comment.