File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments