Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3dc6202

Browse filesBrowse files
InterferencePatternJames Michael Budarz
authored andcommitted
DOC Clarified n_jobs parallelization in plot_partial_dependence (#19750)
Co-authored-by: James Michael Budarz <james.m.budarz@aexp.com>
1 parent f8e9488 commit 3dc6202
Copy full SHA for 3dc6202

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎sklearn/inspection/_plot/partial_dependence.py

Copy file name to clipboardExpand all lines: sklearn/inspection/_plot/partial_dependence.py
+3Lines changed: 3 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.