Shuffle addition on training
Closed this issue · 2 comments
nikosdim1 commented
It would be nice to have a shuffle option on each epoch while Model.Train
deepakkumar1984 commented
Bit tricky, because I have a shuffle method on DataFrame and training happens in XYFrame. Need to be careful while writing shuffle in XYFrameto map correct X to Y
deepakkumar1984 commented
Shuffle implementedwhile training