File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
examples/generalized_linear_models Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "source": [
6
+ "(GLM-ordinal-features.ipynb)=\n",
7
+ "# GLM-ordinal-features\n",
8
+ "\n",
9
+ ":::{post} Oct 27, 2024\n",
10
+ ":tags: ordinal-features, ordinal-regression\n",
11
+ ":category: beginner\n",
12
+ ":author: Jonathan Sedar\n",
13
+ ":::"
14
+ ],
15
+ "metadata": {
16
+ "id": "nwglFsshedmq"
17
+ }
18
+ },
3
19
{
4
20
"cell_type": "markdown",
5
21
"metadata": {
6
22
"id": "R_cn0vgIJaf9"
7
23
},
8
24
"source": [
9
- "# GLM-ordinal-features.ipynb\n",
10
- "\n",
11
- "## Ordinal Exog Feature: Worked Example with Bayesian Workflow\n",
25
+ "## Ordinal Exogenous Feature: Worked Example with Bayesian Workflow\n",
12
26
"\n",
13
27
"Here we use an **ordinal exogenous predictor feature** within a model:\n",
14
28
"\n",
You can’t perform that action at this time.
0 commit comments