Skip to content

Commit 2bf5384

Browse files
committed
DOC Basic description of all the scripts
1 parent 67f0012 commit 2bf5384

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

ch07/README.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
=========
2+
Chapter 7
3+
=========
4+
5+
Support code for *Chapter 7: Regression*
6+
7+
8+
Boston data analysis
9+
--------------------
10+
11+
This dataset is shipped with sklearn. Thus, no extra download is required.
12+
13+
14+
boston1.py
15+
Fit a linear regression model to the Boston house price data
16+
boston1numpy.py
17+
Version of above script using numpy operations for linear regression
18+
boston_cv_penalized.py
19+
Test different penalized regression schemes on the Boston dataset
20+
cv10_lr.py
21+
figure1_2.py
22+
Show the regression line for Boston data
23+
figure3.py
24+
Show the regression line for Boston data with OLS and Lasso
25+
figure4.py
26+
Scatter plot of predicted-vs-actual for multidimensional regression
27+
28+
10K data analysis
29+
-----------------
30+
31+
lr10k.py
32+
Linear regression on 10K dataset, evaluation by cross-validation
33+
predict10k_en.py
34+
35+
36+
MovieLens data analysis
37+
-----------------------
38+
39+
In this chapter, we only consider a very simple approach, which is implemented
40+
in the ``usermodel.py`` script.
41+

0 commit comments

Comments
 (0)