Numpy-Neuron / nn /split.go
Jensen-holm's picture
splitting up code into seperate modules
dfd3544
raw
history blame
77 Bytes
package nn
// implement train test split function
func trainTestSplit() {}