File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -405,9 +405,9 @@ def compute_optics_graph(
405
405
Parameters
406
406
----------
407
407
X : ndarray of shape (n_samples, n_features), or \
408
- (n_samples, n_samples) if metric=’ precomputed’.
408
+ (n_samples, n_samples) if metric=' precomputed'
409
409
A feature array, or array of distances between samples if
410
- metric='precomputed'
410
+ metric='precomputed'.
411
411
412
412
min_samples : int > 1 or float between 0 and 1
413
413
The number of samples in a neighborhood for a point to be considered
Original file line number Diff line number Diff line change 12
12
numpydoc_validation = pytest .importorskip ("numpydoc.validate" )
13
13
14
14
FUNCTION_DOCSTRING_IGNORE_LIST = [
15
- "sklearn.cluster._optics.compute_optics_graph" ,
16
15
"sklearn.cluster._spectral.spectral_clustering" ,
17
16
"sklearn.covariance._graph_lasso.graphical_lasso" ,
18
17
"sklearn.covariance._robust_covariance.fast_mcd" ,
You can’t perform that action at this time.
0 commit comments