'Load specific lines of input for training batches
I have a very large csv file with one person's data on each line, and all the dimensions in columns (all binary values). I'd like to load say 60 lines at a time for training, then for the next training batch, dump those from the memory and then load 60 new ones.
What would be the fastest way to do that?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
