Tagged Questions
0
votes
0answers
194 views
R not responding when running rpart decision tree for 95000 training cases
My code is simple:
#load rpart library
library(rpart)
# set directory to path where data is located
setwd("U:/ActClosures")
# load data into a table
closure_data <- ...