Skip to content

Commit 9276447

Browse files
removing pound sign (breaks pdf compile, escaping breaks html)
1 parent 3d080e3 commit 9276447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classification2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ it *does* output the standard *deviation* (`std_test_score`). We can compute
10581058
the standard error from the standard deviation by dividing it by the square
10591059
root of the number of folds, i.e.,
10601060

1061-
$$\text{Standard Error} = \frac{1}{\sqrt{\text{# Folds}}}\text{Standard Deviation}.$$
1061+
$$\text{Standard Error} = \frac{\text{Standard Deviation}}{\sqrt{\text{Number of Folds}}}.$$
10621062

10631063
We will also rename the parameter name column to be a bit more readable,
10641064
and drop the now unused `std_test_score` column.

0 commit comments

Comments
 (0)