Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit87d0d98

Browse files
committed
Pushing the docs to dev/ for branch: main, commit f2cbedbca5d2c529f41138913ca890370999420a
1 parentfc06ad3 commit87d0d98

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.
151 Bytes
-353 Bytes
-39 Bytes
-77 Bytes
-212 Bytes
41 Bytes
4 Bytes
-3 Bytes
-28 Bytes
181 Bytes
127 Bytes
-1.67 KB
-98 Bytes
-114 Bytes
-37 Bytes
202 Bytes
-96 Bytes
52 Bytes
174 Bytes
133 Bytes
-135 Bytes
77 Bytes
-220 Bytes
67 Bytes
-489 Bytes
-23 Bytes
-17 Bytes
-676 Bytes
-19 Bytes
21 Bytes

‎dev/_sources/auto_examples/applications/plot_cyclical_feature_engineering.rst.txt

Lines changed: 1 addition & 1 deletion

‎dev/_sources/auto_examples/applications/plot_digits_denoising.rst.txt

Lines changed: 1 addition & 1 deletion

‎dev/_sources/auto_examples/applications/plot_face_recognition.rst.txt

Lines changed: 5 additions & 5 deletions

‎dev/_sources/auto_examples/applications/plot_model_complexity_influence.rst.txt

Lines changed: 15 additions & 15 deletions

‎dev/_sources/auto_examples/applications/plot_out_of_core_classification.rst.txt

Lines changed: 29 additions & 29 deletions

‎dev/_sources/auto_examples/applications/plot_outlier_detection_wine.rst.txt

Lines changed: 1 addition & 1 deletion

‎dev/_sources/auto_examples/applications/plot_prediction_latency.rst.txt

Lines changed: 1 addition & 1 deletion

‎dev/_sources/auto_examples/applications/plot_species_distribution_modeling.rst.txt

Lines changed: 2 additions & 2 deletions

‎dev/_sources/auto_examples/applications/plot_stock_market.rst.txt

Lines changed: 1 addition & 1 deletion

‎dev/_sources/auto_examples/applications/plot_tomography_l1_reconstruction.rst.txt

Lines changed: 1 addition & 1 deletion

‎dev/_sources/auto_examples/applications/plot_topics_extraction_with_nmf_lda.rst.txt

Lines changed: 9 additions & 9 deletions

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp