Skip to content

Commit deac739

Browse files
committed
Pushing the docs to dev/ for branch: main, commit 23a0dcbac95526c2234241775b8bfb28681aafe5
1 parent 635d895 commit deac739

File tree

1,311 files changed

+5746
-5760
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,311 files changed

+5746
-5760
lines changed

dev/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 117d219e83ee5bcd8e704d323124bae3
3+
config: 0aed4683969c946022019f9fec75b9e1
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.

dev/_downloads/53e76f761ef04e8d06fa5757554513b0/plot_select_from_model_diabetes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# were already standardized.
4444
# For a more complete example on the interpretations of the coefficients of
4545
# linear models, you may refer to
46-
# :ref:`sphx_glr_auto_examples_inspection_plot_linear_model_coefficient_interpretation.py`.
46+
# :ref:`sphx_glr_auto_examples_inspection_plot_linear_model_coefficient_interpretation.py`. # noqa: E501
4747
import matplotlib.pyplot as plt
4848
import numpy as np
4949
from sklearn.linear_model import RidgeCV
Binary file not shown.

dev/_downloads/7ff1697c60d48929305821f39296dbb9/plot_document_classification_20newsgroups.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"cell_type": "markdown",
192192
"metadata": {},
193193
"source": [
194-
"We now train and test the datasets with 8 different classification models and\nget performance results for each model. The goal of this study is to highlight\nthe computation/accuracy tradeoffs of different types of classifiers for\nsuch a multi-class text classification problem.\n\nNotice that the most important hyperparameters values were tuned using a grid\nsearch procedure not shown in this notebook for the sake of simplicity. See\nthe example script\n`sphx_glr_auto_examples_model_selection_plot_grid_search_text_feature_extraction.py`\nfor a demo on how such tuning can be done.\n\n"
194+
"We now train and test the datasets with 8 different classification models and\nget performance results for each model. The goal of this study is to highlight\nthe computation/accuracy tradeoffs of different types of classifiers for\nsuch a multi-class text classification problem.\n\nNotice that the most important hyperparameters values were tuned using a grid\nsearch procedure not shown in this notebook for the sake of simplicity. See\nthe example script\n`sphx_glr_auto_examples_model_selection_plot_grid_search_text_feature_extraction.py` # noqa: E501\nfor a demo on how such tuning can be done.\n\n"
195195
]
196196
},
197197
{

dev/_downloads/b95d2be91f59162cfa269bdb32134d31/plot_document_classification_20newsgroups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def benchmark(clf, custom_name=False):
358358
# Notice that the most important hyperparameters values were tuned using a grid
359359
# search procedure not shown in this notebook for the sake of simplicity. See
360360
# the example script
361-
# :ref:`sphx_glr_auto_examples_model_selection_plot_grid_search_text_feature_extraction.py`
361+
# :ref:`sphx_glr_auto_examples_model_selection_plot_grid_search_text_feature_extraction.py` # noqa: E501
362362
# for a demo on how such tuning can be done.
363363

364364
from sklearn.linear_model import LogisticRegression

dev/_downloads/f1e887db7b101f4c858db7db12e9c7e2/plot_select_from_model_diabetes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"cell_type": "markdown",
3030
"metadata": {},
3131
"source": [
32-
"## Feature importance from coefficients\n\nTo get an idea of the importance of the features, we are going to use the\n:class:`~sklearn.linear_model.RidgeCV` estimator. The features with the\nhighest absolute `coef_` value are considered the most important.\nWe can observe the coefficients directly without needing to scale them (or\nscale the data) because from the description above, we know that the features\nwere already standardized.\nFor a more complete example on the interpretations of the coefficients of\nlinear models, you may refer to\n`sphx_glr_auto_examples_inspection_plot_linear_model_coefficient_interpretation.py`.\n\n"
32+
"## Feature importance from coefficients\n\nTo get an idea of the importance of the features, we are going to use the\n:class:`~sklearn.linear_model.RidgeCV` estimator. The features with the\nhighest absolute `coef_` value are considered the most important.\nWe can observe the coefficients directly without needing to scale them (or\nscale the data) because from the description above, we know that the features\nwere already standardized.\nFor a more complete example on the interpretations of the coefficients of\nlinear models, you may refer to\n`sphx_glr_auto_examples_inspection_plot_linear_model_coefficient_interpretation.py`. # noqa: E501\n\n"
3333
]
3434
},
3535
{

dev/_downloads/scikit-learn-docs.zip

9.27 KB
Binary file not shown.
39 Bytes
-166 Bytes

0 commit comments

Comments
 (0)