Skip to content

Commit 919e5bb

Browse files
minor ed caption cls1 bug hunt py issue
1 parent 8b6be75 commit 919e5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/classification1.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ Standardizing your data should be a part of the preprocessing you do
945945
before predictive modeling and you should always think carefully about your problem domain and
946946
whether you need to standardize your data.
947947

948-
```{r 05-scaling-plt, echo = FALSE, fig.height = 4, fig.align = "center", fig.cap = "Comparison of K = 3 nearest neighbors with standardized and unstandardized data."}
948+
```{r 05-scaling-plt, echo = FALSE, fig.height = 4, fig.align = "center", fig.cap = "Comparison of K = 3 nearest neighbors with unstandardized and standardized data."}
949949
950950
attrs <- c("Area", "Smoothness")
951951

0 commit comments

Comments
 (0)