Skip to content

Commit 40c11d5

Browse files
fix(classification2): remove traling whitespace from line 1237
1 parent a89809f commit 40c11d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classification2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ each estimate having a standard error around `r round(mean(100*accuracies$std_er
12341234
Since the cross-validation accuracy estimates the test set accuracy,
12351235
the fact that the test set accuracy also doesn't change much is expected.
12361236
Also note that the $K =$ 3 model had
1237-
a precision of `r round(100*cancer_prec_1$.estimate, 0)`% and
1237+
a precision of `r round(100*cancer_prec_1$.estimate, 0)`% and
12381238
recall of `r round(100*cancer_rec_1$.estimate, 0)`%,
12391239
while the tuned model had
12401240
a precision of `r round(100*cancer_prec_tuned, 0)`% and recall of `r round(100*cancer_rec_tuned, 0)`%.

0 commit comments

Comments
 (0)