Skip to content

Commit 19390b4

Browse files
committed
Pushing the docs to dev/ for branch: master, commit 2f6e22b39841678286c6cc9c1842e6c695ed10b6
1 parent 6be4b2b commit 19390b4

File tree

1,179 files changed

+3583
-3579
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,179 files changed

+3583
-3579
lines changed
Binary file not shown.

dev/_downloads/5e3b69cd18b43dd31a46a35ccba413e7/plot_forest_importances.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"\n# Feature importances with forests of trees\n\n\nThis examples shows the use of forests of trees to evaluate the importance of\nfeatures on an artificial classification task. The red bars are\nthe impurity-based feature importances of the forest,\nalong with their inter-trees variability.\n\nAs expected, the plot suggests that 3 features are informative, while the\nremaining are not.\n\nWarning: impurity-based feature importances can be misleading for high\ncardinality features (many unique values). See\n:func:`sklearn.inspection.permutation_importance` as an alternative.\n"
18+
"\n# Feature importances with forests of trees\n\n\nThis examples shows the use of forests of trees to evaluate the importance of\nfeatures on an artificial classification task. The red bars are\nthe impurity-based feature importances of the forest,\nalong with their inter-trees variability.\n\nAs expected, the plot suggests that 3 features are informative, while the\nremaining are not.\n\n<div class=\"alert alert-danger\"><h4>Warning</h4><p>Impurity-based feature importances can be misleading for high cardinality\n features (many unique values). See\n :func:`sklearn.inspection.permutation_importance` as an alternative.</p></div>\n"
1919
]
2020
},
2121
{

dev/_downloads/74c6ab6570af7f9379b15af6a1323943/plot_forest_importances.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
As expected, the plot suggests that 3 features are informative, while the
1212
remaining are not.
1313
14-
Warning: impurity-based feature importances can be misleading for high
15-
cardinality features (many unique values). See
16-
:func:`sklearn.inspection.permutation_importance` as an alternative.
17-
14+
.. warning::
15+
Impurity-based feature importances can be misleading for high cardinality
16+
features (many unique values). See
17+
:func:`sklearn.inspection.permutation_importance` as an alternative.
1818
"""
1919
print(__doc__)
2020

Binary file not shown.

dev/_downloads/scikit-learn-docs.pdf

15.1 KB
Binary file not shown.

dev/_images/iris.png

0 Bytes
-236 Bytes
-236 Bytes
114 Bytes
114 Bytes

0 commit comments

Comments
 (0)