How to use matlab Kfold or custom cvpartition so data isn't shuffled randomly?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Maxwell Barton
le 28 Mar 2021
Réponse apportée : Swetha Polemoni
le 31 Mar 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 commentaires
Réponse acceptée
Swetha Polemoni
le 31 Mar 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Gaussian Process Regression dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!