Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个关于找到某些属性的预测值的问题。在我的问题中,建议我将属性转换为二进制类,然后应用“决策树桩”来找出每个属性的预测值。我该怎么做呢?
我检查了这个问题但这并不是我的意思。
在此先感谢,绳索。
Select Attributes您可以使用Weka's 中选项卡下的方法找到最具预测性的属性Explorer。
Select Attributes
Explorer
是的,Weka 中的 Select Attributes 选项卡会分析您的属性,并对哪些属性提供最多的信息增益进行排名。在 Attribute Evaluator 下,选择 InfoGainAttributeEval 并选择 Ranker 作为搜索方法。根据我的经验,它运作良好。