Commit b51d2e8
authored
binomial regression example (#190)
* commit binomial regression example notebook
* lot of small updates
- removed mention of glm module
- fixed the pluralisation of data
- removed repeated "recap"
- changed eta -> p which makes more sense in this example
- added double y axes on data space plots
- added some pointers to further information + link to relevant wikipedia page
- set numpy global random seed - required for scipy distributions generating the dataset
* switch to numpy.random.binomial for dataset generation
* np.random.binomial -> rng.binomial1 parent f99e879 commit b51d2e8
File tree
2 files changed
+650
-0
lines changed- examples
- generalized_linear_models
2 files changed
+650
-0
lines changedLines changed: 649 additions & 0 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments