We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d080e3 commit 9276447Copy full SHA for 9276447
source/classification2.md
@@ -1058,7 +1058,7 @@ it *does* output the standard *deviation* (`std_test_score`). We can compute
1058
the standard error from the standard deviation by dividing it by the square
1059
root of the number of folds, i.e.,
1060
1061
-$$\text{Standard Error} = \frac{1}{\sqrt{\text{# Folds}}}\text{Standard Deviation}.$$
+$$\text{Standard Error} = \frac{\text{Standard Deviation}}{\sqrt{\text{Number of Folds}}}.$$
1062
1063
We will also rename the parameter name column to be a bit more readable,
1064
and drop the now unused `std_test_score` column.
0 commit comments