How can I use random forest classifier with an excel file?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have prepared a data set in excel. Now how I will implement this in random forest classifier??
2 Commenti
Risposte (1)
Bernhard Suhm
il 3 Ott 2018
Something like this:
data = xlsread('filename');
mdl = fitcensemble(data,'class');
0 Commenti
Vedere anche
Categorie
Scopri di più su Classification Ensembles in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!