Skip to content

Commit 62045c3

Browse files
committed
update discussion
1 parent b4848d2 commit 62045c3

File tree

8 files changed

+103
-101
lines changed

8 files changed

+103
-101
lines changed
Binary file not shown.

Diff for: book/_build/.doctrees/environment.pickle

872 Bytes
Binary file not shown.

Diff for: book/_build/html/_sources/discussions/statistical-learning-theory.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Discussion questions
22

3-
1. What fundamentally determines what is reducible error and irreducible error in a model?
3+
1. Verbally describe why increasing the dimensionality of your model (by adding more variables) can increase the variance/flexibility of the model. What should factor into your choice of increasing or decreasing model complexity (i.e., increasing or decreasing the number of dimensions/variables/parameters)?
4+
5+
2. Is finding the “optimal” point between where minimizing error and maximizing generalizability always the goal (i.e., finding the inflection point where delta-MSE between training and test are minimized)? Are there cases where you want a more generalizable but noisier model or, conversely, a model that is overfit to a training data? Give some examples
46

5-
2. Verbally describe why increasing the dimensionality of your model (by adding more variables) can increase the variance/flexibility of the model.

Diff for: book/_build/html/discussions/statistical-learning-theory.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@ <h1>Discussion questions</h1>
544544
<section class="tex2jax_ignore mathjax_ignore" id="discussion-questions">
545545
<h1>Discussion questions<a class="headerlink" href="#discussion-questions" title="Link to this heading">#</a></h1>
546546
<ol class="arabic simple">
547-
<li><p>What fundamentally determines what is reducible error and irreducible error in a model?</p></li>
548-
<li><p>Verbally describe why increasing the dimensionality of your model (by adding more variables) can increase the variance/flexibility of the model.</p></li>
547+
<li><p>Verbally describe why increasing the dimensionality of your model (by adding more variables) can increase the variance/flexibility of the model. What should factor into your choice of increasing or decreasing model complexity (i.e., increasing or decreasing the number of dimensions/variables/parameters)?</p></li>
548+
<li><p>Is finding the “optimal” point between where minimizing error and maximizing generalizability always the goal (i.e., finding the inflection point where delta-MSE between training and test are minimized)? Are there cases where you want a more generalizable but noisier model or, conversely, a model that is overfit to a training data? Give some examples</p></li>
549549
</ol>
550550
</section>
551551

Diff for: book/_build/html/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: book/_build/jupyter_execute/exercises/selecting-the-best-model.ipynb

+31-31
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "b878b142",
5+
"id": "30174601",
66
"metadata": {
77
"id": "614c6a4a"
88
},
@@ -12,7 +12,7 @@
1212
},
1313
{
1414
"cell_type": "markdown",
15-
"id": "ec961c16",
15+
"id": "bf4632f1",
1616
"metadata": {
1717
"id": "7e861f62"
1818
},
@@ -24,7 +24,7 @@
2424
},
2525
{
2626
"cell_type": "markdown",
27-
"id": "27c8b629",
27+
"id": "795867ec",
2828
"metadata": {
2929
"id": "b065256e"
3030
},
@@ -35,7 +35,7 @@
3535
},
3636
{
3737
"cell_type": "markdown",
38-
"id": "6ecbb40c",
38+
"id": "534567c5",
3939
"metadata": {
4040
"id": "bfe412c5"
4141
},
@@ -52,7 +52,7 @@
5252
{
5353
"cell_type": "code",
5454
"execution_count": null,
55-
"id": "c2090d61",
55+
"id": "e0772493",
5656
"metadata": {
5757
"id": "82a01047",
5858
"vscode": {
@@ -67,7 +67,7 @@
6767
},
6868
{
6969
"cell_type": "markdown",
70-
"id": "eb6120da",
70+
"id": "93f47bce",
7171
"metadata": {
7272
"id": "19065c60"
7373
},
@@ -78,7 +78,7 @@
7878
{
7979
"cell_type": "code",
8080
"execution_count": null,
81-
"id": "4a5218b1",
81+
"id": "37d5ad8c",
8282
"metadata": {
8383
"id": "2d0ea51f",
8484
"vscode": {
@@ -94,7 +94,7 @@
9494
{
9595
"cell_type": "code",
9696
"execution_count": null,
97-
"id": "339d3baa",
97+
"id": "5eff9faf",
9898
"metadata": {
9999
"id": "e584b852",
100100
"vscode": {
@@ -114,7 +114,7 @@
114114
},
115115
{
116116
"cell_type": "markdown",
117-
"id": "ff18e93c",
117+
"id": "3994f540",
118118
"metadata": {
119119
"id": "3528231b"
120120
},
@@ -125,7 +125,7 @@
125125
{
126126
"cell_type": "code",
127127
"execution_count": null,
128-
"id": "bb8a5ec7",
128+
"id": "6e3eb42f",
129129
"metadata": {
130130
"id": "6a817913",
131131
"vscode": {
@@ -140,7 +140,7 @@
140140
},
141141
{
142142
"cell_type": "markdown",
143-
"id": "a519f72b",
143+
"id": "f7eb56be",
144144
"metadata": {
145145
"id": "e7f16d76"
146146
},
@@ -151,7 +151,7 @@
151151
},
152152
{
153153
"cell_type": "markdown",
154-
"id": "e060fc44",
154+
"id": "09f13a9a",
155155
"metadata": {
156156
"id": "19d388b0"
157157
},
@@ -162,7 +162,7 @@
162162
},
163163
{
164164
"cell_type": "markdown",
165-
"id": "b995b5b7",
165+
"id": "cff410fa",
166166
"metadata": {
167167
"id": "620dc14c"
168168
},
@@ -172,7 +172,7 @@
172172
},
173173
{
174174
"cell_type": "markdown",
175-
"id": "b90ccd00",
175+
"id": "4590fe57",
176176
"metadata": {
177177
"id": "d734954e"
178178
},
@@ -183,7 +183,7 @@
183183
{
184184
"cell_type": "code",
185185
"execution_count": null,
186-
"id": "4066e2c0",
186+
"id": "59a10dbd",
187187
"metadata": {
188188
"id": "8018ba62",
189189
"vscode": {
@@ -199,7 +199,7 @@
199199
{
200200
"cell_type": "code",
201201
"execution_count": null,
202-
"id": "a23a9836",
202+
"id": "42733a31",
203203
"metadata": {
204204
"id": "861cedcd",
205205
"vscode": {
@@ -219,7 +219,7 @@
219219
},
220220
{
221221
"cell_type": "markdown",
222-
"id": "b101bf95",
222+
"id": "ff616d9f",
223223
"metadata": {
224224
"id": "955e381d"
225225
},
@@ -230,7 +230,7 @@
230230
{
231231
"cell_type": "code",
232232
"execution_count": null,
233-
"id": "c937e849",
233+
"id": "6531a204",
234234
"metadata": {
235235
"id": "c9a50756",
236236
"vscode": {
@@ -246,7 +246,7 @@
246246
{
247247
"cell_type": "code",
248248
"execution_count": null,
249-
"id": "36b6ea6a",
249+
"id": "e92af9dc",
250250
"metadata": {
251251
"id": "30746619",
252252
"vscode": {
@@ -266,7 +266,7 @@
266266
},
267267
{
268268
"cell_type": "markdown",
269-
"id": "2b0d08b9",
269+
"id": "e6db256d",
270270
"metadata": {
271271
"id": "25dbc027"
272272
},
@@ -276,7 +276,7 @@
276276
},
277277
{
278278
"cell_type": "markdown",
279-
"id": "8689b1fc",
279+
"id": "26bdba6b",
280280
"metadata": {
281281
"id": "34ac850e"
282282
},
@@ -287,7 +287,7 @@
287287
},
288288
{
289289
"cell_type": "markdown",
290-
"id": "311f1549",
290+
"id": "6d001776",
291291
"metadata": {
292292
"id": "630f4909"
293293
},
@@ -298,7 +298,7 @@
298298
},
299299
{
300300
"cell_type": "markdown",
301-
"id": "bb38c490",
301+
"id": "6c3e1f87",
302302
"metadata": {
303303
"id": "cdea3f49"
304304
},
@@ -317,7 +317,7 @@
317317
{
318318
"cell_type": "code",
319319
"execution_count": null,
320-
"id": "7c2914bf",
320+
"id": "b8af073c",
321321
"metadata": {
322322
"id": "3f113879",
323323
"vscode": {
@@ -332,7 +332,7 @@
332332
},
333333
{
334334
"cell_type": "markdown",
335-
"id": "4067399b",
335+
"id": "871cfae0",
336336
"metadata": {
337337
"id": "5886639c"
338338
},
@@ -343,7 +343,7 @@
343343
{
344344
"cell_type": "code",
345345
"execution_count": null,
346-
"id": "79409054",
346+
"id": "6f1bf389",
347347
"metadata": {
348348
"id": "a1dbdf04",
349349
"vscode": {
@@ -358,7 +358,7 @@
358358
},
359359
{
360360
"cell_type": "markdown",
361-
"id": "b4ad6e2c",
361+
"id": "24258f08",
362362
"metadata": {
363363
"id": "24f9d2f1"
364364
},
@@ -371,7 +371,7 @@
371371
{
372372
"cell_type": "code",
373373
"execution_count": null,
374-
"id": "0bd94081",
374+
"id": "ffda6400",
375375
"metadata": {
376376
"id": "87db7d52",
377377
"vscode": {
@@ -386,7 +386,7 @@
386386
},
387387
{
388388
"cell_type": "markdown",
389-
"id": "51ff1b79",
389+
"id": "4f657c45",
390390
"metadata": {
391391
"id": "894b4503"
392392
},
@@ -397,7 +397,7 @@
397397
},
398398
{
399399
"cell_type": "markdown",
400-
"id": "a9cd9ea7",
400+
"id": "c94031f0",
401401
"metadata": {
402402
"id": "35b974f0"
403403
},
@@ -407,7 +407,7 @@
407407
},
408408
{
409409
"cell_type": "markdown",
410-
"id": "25e5349a",
410+
"id": "a852ce9c",
411411
"metadata": {
412412
"id": "957a72c5"
413413
},

0 commit comments

Comments
 (0)