powered by
Train XGBoost Model
oncrawlTrainModel(dataset, nround = 300, verbose = 1)
your data frame
number of iterations
display errors ?
a list with your ML model, your training data
# NOT RUN { list <- oncrawlTrainModel(dataset) plot(list$roc) print(list$matrix) # } # NOT RUN { # }
Run the code above in your browser using DataLab