Getting better accuracy on Random Forest Classifier
I have a datset (mix of numerical and categorical values). I tried to convert categorical values (6000 genes) to numerical using sci-kit learn library. But after running the RandomForestClassifier, I got accuracy = 0. I think, since I work on a larger data set and I have many classes this problem happened.
How can I deal with that and get a good accuracy?
• 886 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Could anyone help me with this?