Skip to content

Commit

Permalink
fix: updating HalfSpaceTrees example usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hmgomes committed May 20, 2024
1 parent 3327f6b commit fa1e236
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.6
AUC: 0.5
"""
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 fa1e236

Please sign in to comment.