You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rapids_singlecell/preprocessing/_neighbors/__init__.py
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -200,9 +200,6 @@ def neighbors(
200
200
201
201
* 'n_lists': Number of inverted lists for IVF indexing. Default is 2 * next_power_of_2(sqrt(n_samples)). Only available for `ivf_pq` algorithm.
202
202
203
-
* 'n_probes': Number of lists to probe during search. Default is 20. Higher values
204
-
increase accuracy but reduce speed. Only available for `ivf_pq` algorithm.
205
-
206
203
* 'intermediate_graph_degree': The degree of the intermediate graph. Default is None. It is recommended to set it to `>= 1.5 * n_neighbors`. Only available for `nn_descent` algorithm.
207
204
208
205
For `mg_ivfflat` and `mg_ivfpq` algorithms, the following parameters can be specified:
0 commit comments