Skip to content

Commit abc1188

Browse files
committed
+ possibly persuaded the precommits to all pass
1 parent 2368614 commit abc1188

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/generalized_linear_models/GLM-ordinal-features.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"\n",
1212
":::{post} Oct 27, 2024\n",
1313
":tags: ordinal-features, ordinal-regression, glm, bayesian-workflow, r-datasets\n",
14-
":category: beginner\n",
14+
":category: beginner, reference\n",
1515
":author: Jonathan Sedar\n",
1616
":::"
1717
]
@@ -81,7 +81,7 @@
8181
" + As a totally subjective opinion which might be different between observations e.g. \"bad, good, better, way better,\n",
8282
" best, actually the best, magnificent\" - these are difficult to work with and a symptom of poor survey design\n",
8383
" + On a partially subjective, standardized scale e.g. \"strongly agree, agree, disagree, strongly disagree\" - this is\n",
84-
" the approach of the familar [Likert scale](https://en.wikipedia.org/wiki/Likert_scale))\n",
84+
" the approach of the familar [Likert scale](https://en.wikipedia.org/wiki/Likert_scale)\n",
8585
" + As a summary binning of a metric scale e.g. binning ages into age-groups [<30, 30 - 60, 60+], or medical\n",
8686
" self-scoring \"[0-10%, ..., 90-100%]\" - these are typically a misuse of the metric because the data has been\n",
8787
" compressed: losing infomation, and reasoning for the binning and the choices of bin-edges are usually not given\n",

examples/generalized_linear_models/GLM-ordinal-features.myst.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kernelspec:
1717

1818
:::{post} Oct 27, 2024
1919
:tags: ordinal-features, ordinal-regression, glm, bayesian-workflow, r-datasets
20-
:category: beginner
20+
:category: beginner, reference
2121
:author: Jonathan Sedar
2222
:::
2323

@@ -72,7 +72,7 @@ which we show in another notebook
7272
+ As a totally subjective opinion which might be different between observations e.g. "bad, good, better, way better,
7373
best, actually the best, magnificent" - these are difficult to work with and a symptom of poor survey design
7474
+ On a partially subjective, standardized scale e.g. "strongly agree, agree, disagree, strongly disagree" - this is
75-
the approach of the familar [Likert scale](https://en.wikipedia.org/wiki/Likert_scale))
75+
the approach of the familar [Likert scale](https://en.wikipedia.org/wiki/Likert_scale)
7676
+ As a summary binning of a metric scale e.g. binning ages into age-groups [<30, 30 - 60, 60+], or medical
7777
self-scoring "[0-10%, ..., 90-100%]" - these are typically a misuse of the metric because the data has been
7878
compressed: losing infomation, and reasoning for the binning and the choices of bin-edges are usually not given

0 commit comments

Comments
 (0)