How to run Classification Learner App on multiple data sets?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Mark Golberg
el 16 de Mayo de 2021
Respondida: Aditya Patil
el 18 de Jun. de 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 comentarios
Respuesta aceptada
Aditya Patil
el 18 de Jun. de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Classification Learner App 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!