Skip to content

Commit

Permalink
changed method type property
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Sela committed Nov 21, 2024
1 parent a666b58 commit e1a7b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiftyone/brain/internal/core/leaky_splits.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(

@property
def type(self):
return "Data Leakage"
return "leakage"

@property
def method(self):
Expand Down

0 comments on commit e1a7b4f

Please sign in to comment.