Skip to content

Commit d195554

Browse files
minor axis label tuned neighs cls2 py bug hunt
1 parent d775782 commit d195554

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
@@ -1872,7 +1872,7 @@ plt_irrelevant_nghbrs = (
18721872
x=alt.X("ks", title="Number of Irrelevant Predictors"),
18731873
y=alt.Y(
18741874
"nghbrs",
1875-
title="Number of neighbors",
1875+
title="Tuned number of neighbors",
18761876
),
18771877
)
18781878
)

0 commit comments

Comments
 (0)