We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b266a commit cb5cdb9Copy full SHA for cb5cdb9
bmarketing.R
@@ -34,7 +34,6 @@ bmarketing %>%
34
#################Decision Tree#################
35
library(rpart)
36
library(rpart.plot)
37
-library(caret)
38
39
dt_model<- rpart(y ~ ., data = bmarketing)
40
rpart.plot(dt_model)
0 commit comments