Shuffling & splitting a data set.
In the customer analytics course while performing the logistic regression using Deep learning on the audio book data set, the shuffling & splitting was performed manually.
Isn't it the same as using the train test split method (keeping shuffle = True) provided by sklearn?
1 answers ( 0 marked as helpful)
Hi Joseph,
Completely! If you prefer, you can use the sklearn method.
We have bet on the manual one to keep in line with the level of detail of the rest of the course.
Best,
Iliya