Last answered:

14 Apr 2020

Posted on:

11 Apr 2020

0

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)
Instructor
Posted on:

14 Apr 2020

0
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

Submit an answer