Numpy-Neuron / nn /subset.go
Jensen-holm's picture
mapping activation arg to the actual function
0a04cd7
raw
history blame
114 Bytes
package nn
// subset the data frame into just the
// features and target that the user specify
func Subset() {}