linziyingzz / Peace-agreement

G12's repositories for mining possible pattern between peace agreements data and conflicts data
MIT License
1 stars 0 forks source link

random forest algorithm #11

Closed s2070762 closed 3 years ago

s2070762 commented 3 years ago

Could you please attempt to apply random forest algorithm in feature selecting, which can provide more stability and be more suitable for high-dimensional data?

zhoulingcc commented 3 years ago

Yeah, I'd like to use the random forest algorithm to select the specific features to analyze the data from the high-dimensional data. Random forest algorithm always be use to select features from feature list according to the feature correlation calculation. It is a worthwhile way to try.