Skip to content

Commit f147f40

Browse files
minor axis label fix cls2 py bug hunt
1 parent 1184617 commit f147f40

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
@@ -1422,7 +1422,7 @@ this evidence; if we fix the number of neighbors to $K=3$, the accuracy falls of
14221422
plt_irrelevant_nghbrs <- ggplot(res) +
14231423
geom_line(mapping = aes(x=ks, y=nghbrs)) +
14241424
labs(x = "Number of Irrelevant Predictors",
1425-
y = "Number of neighbors") +
1425+
y = "Tuned number of neighbors") +
14261426
theme(text = element_text(size = 18), axis.title=element_text(size=18))
14271427
14281428
plt_irrelevant_nghbrs

0 commit comments

Comments
 (0)