
Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
## Trains without validation.
rb <- Rborist(x, y, noValidate=TRUE)
...
## Delayed validation using a PreFormat object.
pf <- PreFormat(x)
v <- Validate(pf, rb, y)
# }
Run the code above in your browser using DataLab