Skip to content

Commit e71bef9

Browse files
committed
Clear outputs from classification notebook
1 parent ef8d962 commit e71bef9

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

demo/notebooks/supervised_learning_classification.ipynb

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"cell_type": "code",
19-
"execution_count": 1,
19+
"execution_count": null,
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [
@@ -39,7 +39,7 @@
3939
},
4040
{
4141
"cell_type": "code",
42-
"execution_count": 2,
42+
"execution_count": null,
4343
"metadata": {},
4444
"outputs": [],
4545
"source": [
@@ -80,7 +80,7 @@
8080
},
8181
{
8282
"cell_type": "code",
83-
"execution_count": 3,
83+
"execution_count": null,
8484
"metadata": {},
8585
"outputs": [],
8686
"source": [
@@ -105,16 +105,7 @@
105105
"cell_type": "code",
106106
"execution_count": null,
107107
"metadata": {},
108-
"outputs": [
109-
{
110-
"name": "stderr",
111-
"output_type": "stream",
112-
"text": [
113-
"/Users/drew/Github/stochtree/venv/lib/python3.12/site-packages/stochtree/bart.py:729: UserWarning: Global error variance will not be sampled with a probit link as it is fixed at 1\n",
114-
" warnings.warn(\"Global error variance will not be sampled with a probit link as it is fixed at 1\")\n"
115-
]
116-
}
117-
],
108+
"outputs": [],
118109
"source": [
119110
"num_gfr = 10\n",
120111
"num_mcmc = 100\n",

0 commit comments

Comments
 (0)