Weka predictive value of attributes

走远了吗. 提交于 2019-12-23 02:30:54

问题


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.


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/11118167/weka-predictive-value-of-attributes

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!