How to run Classification Learner App on multiple data sets?

12 visualizaciones (últimos 30 días)
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 !!

Respuesta aceptada

Aditya Patil
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.

Más respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by