From 089e2cbcb9d9ff5c71dbf58c1e6dc6cb60ad1769 Mon Sep 17 00:00:00 2001 From: Ben Jourdan Date: Mon, 11 Nov 2024 18:23:05 +0000 Subject: [PATCH] adding documentation for ignore_warnings --- python/coreset_sc/csc.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/coreset_sc/csc.py b/python/coreset_sc/csc.py index c4357ca..e06b0a9 100644 --- a/python/coreset_sc/csc.py +++ b/python/coreset_sc/csc.py @@ -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 ---------- """