How to use matlab Kfold or custom cvpartition so data isn't shuffled randomly?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Maxwell Barton
el 28 de Mzo. de 2021
Respondida: Swetha Polemoni
el 31 de Mzo. de 2021
The built in matlab Kfold and cvpartition for use in fitrgp (gaussian process regression) randomly shuffle the data before splitting into folds. For reproducibility, is there any way to avoid the random shuffle?
0 comentarios
Respuesta aceptada
Swetha Polemoni
el 31 de Mzo. de 2021
Hi Maxwell Barton
K-fold validation without random shuffling of data is not supported by Matlab This requirement has been brought to the notice of developers. It might be considered in future release.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Gaussian Process Regression en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!