Weka predictive value of attributes

2019-06-01 00:37发布

I've got a question about finding the predictive value of certain attributes. In my question it is suggested that I transform my attributes to binary classes and then apply "decision stump" to find out the predictive value of each attribute. How do I do this?

I checked out this question But that's not really what I mean.

Thanks in advance, Rope.

标签: weka
2条回答
我想做一个坏孩纸
2楼-- · 2019-06-01 00:49

You can find the most predictive attributes using the methods found under the Select Attributes tab in Weka's Explorer.

查看更多
太酷不给撩
3楼-- · 2019-06-01 01:10

Yeah, the Select Attributes tab in Weka analyzes your attributes and ranks which ones provide the most information gain. Under Attribute Evaluator, choose InfoGainAttributeEval and choose Ranker for search method. It works quite well in my experience.

查看更多
登录 后发表回答