-
-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Closed
Labels
Description
Discussed in #25059
Originally posted by gittar November 28, 2022
Should in these doc fragments the variable n_init be replaced by n_jobs? It appears nowhere else in the codefile.
scikit-learn/sklearn/cluster/_mean_shift.py
Lines 165 to 167 in f3f51f9
| n_jobs : int, default=None | |
| The number of jobs to use for the computation. This works by computing | |
| each of the n_init runs in parallel. |
scikit-learn/sklearn/cluster/_mean_shift.py
Lines 301 to 303 in f3f51f9
| n_jobs : int, default=None | |
| The number of jobs to use for the computation. This works by computing | |
| each of the n_init runs in parallel. |