Skip to content

Commit 22dbece

Browse files
authored
Fix typo in paired_ttest_kfold_cv docs (#683)
1 parent 17c84d2 commit 22dbece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/user_guide/evaluate/paired_ttest_kfold_cv.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"cell_type": "markdown",
160160
"metadata": {},
161161
"source": [
162-
"Since $p > t$, we cannot reject the null hypothesis and may conclude that the performance of the two algorithms is not significantly different. \n",
162+
"Since $p > \\alpha$, we cannot reject the null hypothesis and may conclude that the performance of the two algorithms is not significantly different. \n",
163163
"\n",
164164
"While it is generally not recommended to apply statistical tests multiple times without correction for multiple hypothesis testing, let us take a look at an example where the decision tree algorithm is limited to producing a very simple decision boundary that would result in a relatively bad performance:"
165165
]

0 commit comments

Comments
 (0)