Skip to content

Commit 5f89678

Browse files
committed
Pushing the docs to dev/ for branch: master, commit e9077056d23929a795bccd8f9e03b789845df484
1 parent eed557b commit 5f89678

File tree

1,209 files changed

+3699
-3700
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,209 files changed

+3699
-3700
lines changed
Binary file not shown.

dev/_downloads/5ff7ffaf8076af51ffb8c5732f697c8e/plot_ols.py

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@
55
=========================================================
66
Linear Regression Example
77
=========================================================
8-
This example uses the only the first feature of the `diabetes` dataset, in
9-
order to illustrate a two-dimensional plot of this regression technique. The
10-
straight line can be seen in the plot, showing how linear regression attempts
11-
to draw a straight line that will best minimize the residual sum of squares
12-
between the observed responses in the dataset, and the responses predicted by
13-
the linear approximation.
14-
15-
The coefficients, the residual sum of squares and the coefficient
16-
of determination are also calculated.
17-
8+
The example below uses only the first feature of the `diabetes` dataset,
9+
in order to illustrate the data points within the two-dimensional plot.
10+
The straight line can be seen in the plot, showing how linear regression
11+
attempts to draw a straight line that will best minimize the
12+
residual sum of squares between the observed responses in the dataset,
13+
and the responses predicted by the linear approximation.
14+
15+
The coefficients, residual sum of squares and the coefficient of
16+
determination are also calculated.
1817
"""
1918
print(__doc__)
2019

Binary file not shown.

dev/_downloads/ee7c3a1966ea76f4980405cbc44de6da/plot_ols.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# Linear Regression Example\nThis example uses the only the first feature of the `diabetes` dataset, in\norder to illustrate a two-dimensional plot of this regression technique. The\nstraight line can be seen in the plot, showing how linear regression attempts\nto draw a straight line that will best minimize the residual sum of squares\nbetween the observed responses in the dataset, and the responses predicted by\nthe linear approximation.\n\nThe coefficients, the residual sum of squares and the coefficient\nof determination are also calculated.\n"
18+
"\n# Linear Regression Example\nThe example below uses only the first feature of the `diabetes` dataset,\nin order to illustrate the data points within the two-dimensional plot.\nThe straight line can be seen in the plot, showing how linear regression\nattempts to draw a straight line that will best minimize the\nresidual sum of squares between the observed responses in the dataset,\nand the responses predicted by the linear approximation.\n\nThe coefficients, residual sum of squares and the coefficient of\ndetermination are also calculated.\n"
1919
]
2020
},
2121
{

dev/_downloads/scikit-learn-docs.pdf

1.3 KB
Binary file not shown.

dev/_images/binder_badge_logo.png

0 Bytes

dev/_images/iris.png

0 Bytes
72 Bytes
72 Bytes
25 Bytes

0 commit comments

Comments
 (0)