Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmilkov committed Feb 28, 2024
1 parent f0d4280 commit 97b6cd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lilac/data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,9 @@ def cluster(
of the task.
category_fn: A function that returns a category for a set of related titles. It takes a list
of (doc, membership_score) tuples and returns a single category name.
skip_noisy_assignment: Whether to skip noisy assignment of documents to clusters.
skip_noisy_assignment: If true, noisy points will not be assigned to the nearest cluster.
This only has an effect when the clustering is done locally (use_garden=False) and will
speedup clustering.
"""
pass
Expand Down

0 comments on commit 97b6cd4

Please sign in to comment.