Skip to content

Commit 8e8836f

Browse files
committed
added header
1 parent c161968 commit 8e8836f

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

examples/generalized_linear_models/GLM-ordinal-features.ipynb

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
11
{
22
"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+
},
319
{
420
"cell_type": "markdown",
521
"metadata": {
622
"id": "R_cn0vgIJaf9"
723
},
824
"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",
1226
"\n",
1327
"Here we use an **ordinal exogenous predictor feature** within a model:\n",
1428
"\n",

0 commit comments

Comments
 (0)