Skip to content

Commit

Permalink
Remove library caret
Browse files Browse the repository at this point in the history
  • Loading branch information
mannau committed May 7, 2019
1 parent 52b266a commit cb5cdb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bmarketing.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ bmarketing %>%
#################Decision Tree#################
library(rpart)
library(rpart.plot)
library(caret)

dt_model<- rpart(y ~ ., data = bmarketing)
rpart.plot(dt_model)
Expand Down

0 comments on commit cb5cdb9

Please sign in to comment.