set training to validation ratio
Mostra commenti meno recenti
I have been using fitrensemble (gradient boosting - LSBoost) to find a model that fits my dataset, however I was wondering if anyone knew how to specify what fraction of the data is for training the machine and what fraction is to validate the model.
2 Commenti
KSSV
il 24 Ago 2021
General procedure is 70% training, 15% validation and 15% testing.
Ahmed Abdulla
il 24 Ago 2021
Risposte (1)
Sahil Jain
il 30 Ago 2021
0 voti
By default, ‘fitrensemble’ does not perform a training/validation split and uses all the provided data as training data. However, multiple cross-validation options are available as name-value pair arguments. These can be found under the Cross-Validation Options on the documentation page of ‘fitrensemble’.
Categorie
Scopri di più su Nonlinear Control in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!