From b56e9325d607fce4201663111f1e46580e2e8d0d Mon Sep 17 00:00:00 2001 From: cfiutak1 Date: Tue, 2 Apr 2019 00:43:19 -0400 Subject: [PATCH] Update Part 1 - Introduction to Machine Learning with scikit-learn.md --- Part 1 - Introduction to Machine Learning with scikit-learn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```