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 5ddaa23 commit 166572d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ In the above example, we import the `train_test_split` method from scikit-learn'
* `Y_test`, a one-dimensional array containing the expected outcome of each data entry in `X_test`.

Continuing our analogy of studying for a math exam,
* `X_train` contains all of your answers to the practice problems
* `X_train` contains all your answers to the practice problems
* `Y_train` contains all the correct answers to the practice problems
* `X_test` contains all of your answers to the real exam
* `Y_test` contains all of the correct answers to the real exam
* `X_test` contains all your answers to the real exam
* `Y_test` contains all the correct answers to the real exam


### 🤔 Food for Thought
Expand Down

0 comments on commit 166572d

Please sign in to comment.