Penguins 9. Randomly sort penguins into training and testing groups
Exercise
Modify the code that splits penguins up into training and testing groups so that the split is random, that is, make sure that each penguin has the same chance of ending up in the testing group, no matter where they fall in the original list.
0 comments