Skip to content

Commit 551d287

Browse files
committed
Small bug fix in pcovr regressor example
1 parent a06b94d commit 551d287

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

examples/PCovR_Regressors.ipynb

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "9eb06ac4",
6+
"metadata": {},
7+
"source": [
8+
"# Choosing Different Regressors for PCovR"
9+
]
10+
},
311
{
412
"cell_type": "code",
513
"execution_count": 1,
@@ -48,7 +56,7 @@
4856
"id": "87b32d6e",
4957
"metadata": {},
5058
"source": [
51-
"# Use the default regressor in PCovR"
59+
"## Use the default regressor in PCovR"
5260
]
5361
},
5462
{
@@ -93,7 +101,7 @@
93101
"id": "c3500b70",
94102
"metadata": {},
95103
"source": [
96-
"# Use a fitted regressor"
104+
"## Use a fitted regressor"
97105
]
98106
},
99107
{
@@ -157,7 +165,7 @@
157165
"id": "6699c0d6",
158166
"metadata": {},
159167
"source": [
160-
"# Use a pre-predicted y"
168+
"## Use a pre-predicted y"
161169
]
162170
},
163171
{
@@ -230,7 +238,7 @@
230238
"id": "c8677465",
231239
"metadata": {},
232240
"source": [
233-
"# Comparing Results"
241+
"## Comparing Results"
234242
]
235243
},
236244
{

0 commit comments

Comments
 (0)