Skip to content

Commit

Permalink
fix(Anomaly-Detection): change expect output for the code example of …
Browse files Browse the repository at this point in the history
…Half-Space Trees
  • Loading branch information
justinuliu authored and hmgomes committed May 19, 2024
1 parent 3bc6f94 commit 2f7225a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/capymoa/anomaly/half_space_trees.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class HalfSpaceTrees(MOAClassifier):
... learner.train(instance)
>>> auc = evaluator.auc()
>>> print(f"AUC: {auc:.1f}")
AUC: 0.7
AUC: 0.6
"""
def __init__(
self, schema=None, CLI=None, random_seed=1, window_size=100, number_of_trees=25, max_depth=15
Expand Down

0 comments on commit 2f7225a

Please sign in to comment.