diff --git a/_episodes/05-dimensionality-reduction.md b/_episodes/05-dimensionality-reduction.md index 0ce81d9..fa375b7 100644 --- a/_episodes/05-dimensionality-reduction.md +++ b/_episodes/05-dimensionality-reduction.md @@ -62,7 +62,7 @@ print(type(y)) ~~~ {: .output} -The range of pixel values in this dataset is indeed between 0 and 16, representing different shades of gray +The range of pixel values in this dataset is between 0 and 16, representing different shades of gray ~~~ print(X.min()) X.max()