Last chance! 50% off unlimited learning
Sale ends in
Given a training set organised as a SITS tibble, prepare the data for keras training, providing test and training data.
.sits_keras_prepare_data(data, validation_split, int_labels, n_bands, n_times)
Time series with the training samples.
Number between 0 and 1. Fraction of the training data for validation.
Integer vector named with the labels.
Number of bands.
Number of time steps.
List with four elements (training data (X and Y) and test data (X and Y))