How can I use random forest classifier with an excel file?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have prepared a data set in excel. Now how I will implement this in random forest classifier??
2 commentaires
Réponses (1)
Bernhard Suhm
le 3 Oct 2018
Something like this:
data = xlsread('filename');
mdl = fitcensemble(data,'class');
0 commentaires
Voir également
Catégories
En savoir plus sur Classification Ensembles 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!