标签: r random-forest
sample = sample.split(乳腺癌,SplitRatio = 0.7) 火车=子集(乳腺癌,样本==真) test =子集(乳腺癌,样本== FALSE) 火车=乳腺癌[1:400] test =乳腺癌[401:569]
sample = sample.split(乳腺癌,SplitRatio = 0.7)
火车=子集(乳腺癌,样本==真)
test =子集(乳腺癌,样本== FALSE)
火车=乳腺癌[1:400]
test =乳腺癌[401:569]
以下代码有什么问题?
breastcancer_rf = randomForest(子类型〜。,数据=乳腺癌,子集=训练)
输出
terms.formula(formula,data = data)中的错误: '。'在公式中,没有“数据”参数