Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e64e9e

Browse files
InterferencePatternJames Michael Budarz
and
James Michael Budarz
authored
DOC Clarified n_jobs parallelization in plot_partial_dependence (#19750)
Co-authored-by: James Michael Budarz <[email protected]>
1 parent c854b83 commit 3e64e9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sklearn/inspection/_plot/partial_dependence.py

+3
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ def plot_partial_dependence(
174174
175175
n_jobs : int, default=None
176176
The number of CPUs to use to compute the partial dependences.
177+
Computation is parallelized over features specified by the `features`
178+
parameter.
179+
177180
``None`` means 1 unless in a :obj:`joblib.parallel_backend` context.
178181
``-1`` means using all processors. See :term:`Glossary <n_jobs>`
179182
for more details.

0 commit comments

Comments
 (0)