Skip to content

Commit 958a1cd

Browse files
committed
Small typo fixes in linear regression notebook
1 parent d16467b commit 958a1cd

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

examples/Linear_Regression_Starter.ipynb

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@
11701170
" r\"$\\beta_0 + \\beta_1$\": lambda data: np.sum(data[\"beta\"], axis=-1),\n",
11711171
" r\"$\\log p(x|\\beta,\\sigma)$\": joint_log_likelihood,\n",
11721172
" },\n",
1173-
" variable_keys=[], # we just want to show SBC for the custom test quantities\n",
1173+
" variable_keys=[], # we just want to show SBC for the custom test quantities\n",
11741174
" difference=True,\n",
11751175
" rank_type=\"distance\"\n",
11761176
")"
@@ -1341,7 +1341,16 @@
13411341
"name": "python3"
13421342
},
13431343
"language_info": {
1344-
"name": "python"
1344+
"codemirror_mode": {
1345+
"name": "ipython",
1346+
"version": 3
1347+
},
1348+
"file_extension": ".py",
1349+
"mimetype": "text/x-python",
1350+
"name": "python",
1351+
"nbconvert_exporter": "python",
1352+
"pygments_lexer": "ipython3",
1353+
"version": "3.11.11"
13451354
},
13461355
"widgets": {
13471356
"application/vnd.jupyter.widget-state+json": {

0 commit comments

Comments
 (0)