Skip to content

Commit

Permalink
adding documentation for ignore_warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJourdan committed Nov 11, 2024
1 parent 4a3407c commit 089e2cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/coreset_sc/csc.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ class CoresetSpectralClustering(BaseEstimator, ClusterMixin):
Whether to return the full labels of the graph after fitting.
If False, only the coreset labels will be returned.
ignore_warnings : bool, default=False
Whether to ignore warnings about the Implicit Kernel matrix being indefinite.
Distances that do become negative will be clipped to zero.
Attributes
----------
"""
Expand Down

0 comments on commit 089e2cb

Please sign in to comment.