Skip to content

Commit

Permalink
made language a little more professional
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Sela committed Nov 25, 2024
1 parent 5a823a4 commit d67015a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/brain.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1815,9 +1815,8 @@ cleaning the dataset with
:meth:`no_leaks_view() <fiftyone.brain.internal.core.leaky_splits.LeakySplitsIndex.no_leaks_view>`
or tagging them for the future with
:meth:`tag_leaks() <fiftyone.brain.internal.core.leaky_splits.LeakySplitsIndex.tag_leaks>`.
Besides this, a view with all leaks is returned. This is not only visually
appealing and fun to look at, but can also give you an insight into the
source of the leaks in your dataset.
Besides this, a view with all leaks is returned. Visualization of this view
can give you an insight into the source of the leaks in your dataset.

**What to expect**: Leakyness find leaks by embedding samples with a powerful
model and finding very close samples in different splits in this space. Large,
Expand Down

0 comments on commit d67015a

Please sign in to comment.