How to run Classification Learner App on multiple data sets?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mark Golberg
le 16 Mai 2021
Réponse apportée : Aditya Patil
le 18 Juin 2021
Hello,
I have 50 data sets. That is 50 tables. I have no problem to insert each one manually and by using Classification Learner App I can easily find the BEST model for a specific data set, and get that specific model accuracy.
Question is, can I use this in a loop somehow? I mean, in each iteration, I'd like to load the particular Table, train ALL models, and take MAXIMUM accuracy.
So by the end of the loop, I'd have 50 numbers, matching my original input of 50 tables.
Can this be done somehow? I wouldnt want to manaully calcualte for each and every table...
THANKS !!
0 commentaires
Réponse acceptée
Aditya Patil
le 18 Juin 2021
Currently, classification learner app doesn't provide feature to use multiple datasets.
One workaround is to export code for one dataset, and then use that code to loop over 50 datasets. See Generate MATLAB Code to Train the Model with New Data for more details.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Classification Learner App 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!