Skip to content

Commit 9f07500

Browse files
aloctavodiatwiecki
authored andcommitted
fix broken links (#3358)
1 parent cdb69ec commit 9f07500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/notebooks/model_averaging.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"source": [
2121
"# Model averaging\n",
2222
"\n",
23-
"When confronted with more than one model we have several options. One of them is to perform model selection, using for example a given Information Criterion as exemplified [in this notebook](model_comparsion.ipynb) and this other [example](model_comparsion.ipynb). Model selection is appealing for its simplicity, but we are discarding information about the uncertainty in our models. This is somehow similar to computing the full posterior and then just keep a point-estimate like the posterior mean; we may become overconfident of what we really know.\n",
23+
"When confronted with more than one model we have several options. One of them is to perform model selection, using for example a given Information Criterion as exemplified [in this notebook](model_comparison.ipynb) and this other [example](GLM-model-selection.ipynb). Model selection is appealing for its simplicity, but we are discarding information about the uncertainty in our models. This is somehow similar to computing the full posterior and then just keep a point-estimate like the posterior mean; we may become overconfident of what we really know.\n",
2424
"\n",
2525
"One alternative is to perform model selection but discuss all the different models together with the computed values of a given Information Criterion. It is important to put all these numbers and tests in the context of our problem so that we and our audience can have a better feeling of the possible limitations and shortcomings of our methods. If you are in the academic world you can use this approach to add elements to the discussion section of a paper, presentation, thesis, and so on.\n",
2626
"\n",
@@ -529,7 +529,7 @@
529529
"name": "python",
530530
"nbconvert_exporter": "python",
531531
"pygments_lexer": "ipython3",
532-
"version": "3.6.1"
532+
"version": "3.6.7"
533533
}
534534
},
535535
"nbformat": 4,

0 commit comments

Comments
 (0)