Why do I get significantly different accuracy result when I train the same model with 2 different methods in R (rpart and train)

前端 未结 0 755
借酒劲吻你
借酒劲吻你 2021-01-02 18:00

When I use the train() function from the caret package as follows:

model1 = train(class~., data = training_data, method = "rpart")

and t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题