Skip to content
Snippets Groups Projects
Commit a91a16df authored by Carl Corder's avatar Carl Corder
Browse files

Update train_models.r

parent 63a97e1a
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,6 @@ library("randomForest")
# load in data
load(file = "~/data.rdata")
# remove RTN level
data <- data %>% select(-c(RTN_LEVEL))
# use index to partition data for training (90%) & validation
training.index <- createDataPartition(data$RTN, p = 0.90, list = FALSE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment