Skip to content

Commit

Permalink
Update Part 1 - Introduction to Machine Learning with scikit-learn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cfiutak1 authored Apr 2, 2019
1 parent ce25dba commit 633be55
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ The scikit-learn library comes with some good starting datasets. For today's act
from sklearn.datasets import load_digits
digits = load_digits()
```
 

To get a better sense of what we're working with, let's take a look at the attributes of `digits`. We can add the following line to our code to see the digit dataset's attributes:
```
Expand Down

0 comments on commit 633be55

Please sign in to comment.