Skip to content

Commit d20e840

Browse files
committed
Pushing the docs to dev/ for branch: master, commit 3a6c8c4b6ce17b84b01d47b66ead1797c04931bc
1 parent 835430a commit d20e840

File tree

1,181 files changed

+3669
-3672
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,181 files changed

+3669
-3672
lines changed
Binary file not shown.

dev/_downloads/713967aff070bffaf8a2f98a0b9c0d95/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"})

dev/_downloads/931b876dec5cf70d716a97fbe44370c7/plot_partial_dependence_visualization_api.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
},
117117
"outputs": [],
118118
"source": [
119-
"# Sets this image as the thumbnail for sphinx gallery\nfig, (ax1, ax2) = plt.subplots(1, 2, figsize=(10, 6))\ntree_disp.plot(ax=[ax1, ax2], line_kw={\"label\": \"Decision Tree\"})\nmlp_disp.plot(ax=[ax1, ax2], line_kw={\"label\": \"Multi-layer Perceptron\",\n \"c\": \"red\"})\nax1.legend()\nax2.legend()"
119+
"fig, (ax1, ax2) = plt.subplots(1, 2, figsize=(10, 6))\ntree_disp.plot(ax=[ax1, ax2], line_kw={\"label\": \"Decision Tree\"})\nmlp_disp.plot(ax=[ax1, ax2], line_kw={\"label\": \"Multi-layer Perceptron\",\n \"c\": \"red\"})\nax1.legend()\nax2.legend()"
120120
]
121121
},
122122
{
Binary file not shown.

dev/_downloads/scikit-learn-docs.pdf

-7.61 KB
Binary file not shown.

dev/_images/iris.png

0 Bytes
-197 Bytes
-197 Bytes
-28 Bytes
-28 Bytes

0 commit comments

Comments
 (0)