标签: r decision-tree
我尝试将数据拟合到R中的决策树,但是节点上的条件名称错误,例如,year返回'bcegi',但它应该是年份数字。
fit.1 <- tree(rent~.-prop_nm, data = unit3) plot(fit.1) text(fit.1)