jl3392 / Capstone-Design

data practice project
0 stars 0 forks source link

Try to weight the features with multiple methods #3

Open jl3392 opened 6 years ago

jl3392 commented 6 years ago

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.

jl3392 commented 6 years ago

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.