【发布时间】:2012-04-07 04:02:32
【问题描述】:
这是我的数据
@attribute Service_type {Fund,Loan,CD,Bank_Account,Mortgage}
@attribute Customer {Student,Business,Other,Doctor,Professional}
@attribute Monthly_fee real
@attribute Advertisement_budget real
@attribute Size {Small,Large,Medium}
@attribute Promotion {Web&Email,Full,Web,None}
@attribute Interest_rate real
@attribute Period real
@attribute Label real
这是对应的一行。
Fund,Student,0.64,0.95,Small,Full,0,10,26.72
问题是我想预测真实的 LABEL 属性,但 weka 没有给我 J48 决策树的选项。
我得到这个提示,我需要将我的 LABEL 属性分类为范围,例如 LABEL 大于 25 && LABEL 小于 30 为 C1 以此类推。
我的问题是,对于 J48 是否有任何其他方法可以做到这一点,或者是否有任何特定的方法或理由来至少对数据进行分类?
【问题讨论】:
标签: machine-learning weka