How can I use random forest classifier with an excel file?

I have prepared a data set in excel. Now how I will implement this in random forest classifier??

2 comentarios

aepound
aepound el 24 de Sept. de 2018
Editada: aepound el 24 de Sept. de 2018
Look at these two functions and associated documentation:
and
It will be helpful if you explain this with an example.

Iniciar sesión para comentar.

Respuestas (1)

Something like this:
data = xlsread('filename');
mdl = fitcensemble(data,'class');

Preguntada:

el 24 de Sept. de 2018

Respondida:

el 3 de Oct. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by