After trying Random Forest Classifier, I would like to explore more methods of weighting features and check whether they will have the same/similar importance rank of the features.
Extend the RFC to confusion matrix. The short explanation of how to interpret a confusion matrix is: anything on the diagonal was classified correctly and anything off the diagonal was classified incorrectly.
After trying Random Forest Classifier, I would like to explore more methods of weighting features and check whether they will have the same/similar importance rank of the features.