Skip to content

Commit 87d0d98

Browse files
committed
Pushing the docs to dev/ for branch: main, commit f2cbedbca5d2c529f41138913ca890370999420a
1 parent fc06ad3 commit 87d0d98

File tree

1,226 files changed

+4283
-4289
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,226 files changed

+4283
-4289
lines changed
Binary file not shown.

dev/_downloads/3c3c738275484acc54821615bf72894a/plot_permutation_importance.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,8 @@
145145
).sort_values(ascending=True)
146146

147147
# %%
148-
ax = mdi_importances.plot.box(vert=False, whis=10)
149-
ax.set_title("Permutation Importances (test set)")
150-
ax.axvline(x=0, color="k", linestyle="--")
151-
ax.set_xlabel("Decrease in accuracy score")
148+
ax = mdi_importances.plot.barh()
149+
ax.set_title("Random Forest Feature Importances (MDI)")
152150
ax.figure.tight_layout()
153151

154152
# %%
Binary file not shown.

dev/_downloads/f99bb35c32eb8028063a1428c3999b84/plot_permutation_importance.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
},
110110
"outputs": [],
111111
"source": [
112-
"ax = mdi_importances.plot.box(vert=False, whis=10)\nax.set_title(\"Permutation Importances (test set)\")\nax.axvline(x=0, color=\"k\", linestyle=\"--\")\nax.set_xlabel(\"Decrease in accuracy score\")\nax.figure.tight_layout()"
112+
"ax = mdi_importances.plot.barh()\nax.set_title(\"Random Forest Feature Importances (MDI)\")\nax.figure.tight_layout()"
113113
]
114114
},
115115
{

dev/_downloads/scikit-learn-docs.zip

3.51 KB
Binary file not shown.
212 Bytes
204 Bytes
-60 Bytes
62 Bytes
226 Bytes

0 commit comments

Comments
 (0)