8000 DOC Remove unnecessary comment (#17091) · thomasjpfan/scikit-learn@3a6c8c4 · GitHub
[go: up one dir, main page]

65E5 Skip to content

Commit 3a6c8c4

Browse files
authored
DOC Remove unnecessary comment (scikit-learn#17091)
1 parent ee2508c commit 3a6c8c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/miscellaneous/plot_partial_dependence_visualization_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
# which will plot the partial dependence curves of each model on the same axes.
9999
# The length of the axes list must be equal to the number of plots drawn.
100100

101-
# Sets this image as the thumbnail for sphinx gallery
102101
# sphinx_gallery_thumbnail_number = 4
103102
fig, (ax1, ax2) = plt.subplots(1, 2, figsize=(10, 6))
104103
tree_disp.plot(ax=[ax1, ax2], line_kw={"label": "Decision Tree"})

0 commit comments

Comments
 (0)
0