Skip to content

Commit dbc0400

Browse files
committed
docs
1 parent 7d72ad3 commit dbc0400

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • src/rapids_singlecell/preprocessing/_neighbors

src/rapids_singlecell/preprocessing/_neighbors/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,6 @@ def neighbors(
200200
201201
* '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.
202202
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-
206203
* '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.
207204
208205
For `mg_ivfflat` and `mg_ivfpq` algorithms, the following parameters can be specified:

0 commit comments

Comments
 (0)