diff --git a/Part 1 - Introduction to Machine Learning with scikit-learn.md b/Part 1 - Introduction to Machine Learning with scikit-learn.md index 1a0a981..5d521e4 100644 --- a/Part 1 - Introduction to Machine Learning with scikit-learn.md +++ b/Part 1 - Introduction to Machine Learning with scikit-learn.md @@ -12,7 +12,7 @@ To get a better sense of what we're working with, let's take a look at the attri print(dir(digits)) ``` -## +# If we want to know even more about the dataset, we can add ```