For simplicity, maybe the following be easier to read: ``` trX <- df[, seq_len(seq_len * num_samples) +24] trY <- df[1, seq_len(seq_len * num_samples) + 25] ``` Could explain why starting the index at 25?
Also, R's official synthax has spaces around the assignation symbol `y <- x` [ Full content available at: https://github.com/apache/incubator-mxnet/pull/12664 ] This message was relayed via gitbox.apache.org for [email protected]
