powered by
Explain XGBoost Model by displaying each importance variables
oncrawlExplainModel(model, x, y, max = 10, path = tempdir())
your XgBoost model
your training data
your predicted data
the number of importance variable you want to explain
path of your conf file
graphs
# NOT RUN { list <- oncrawlTrainModel(dataset,200) oncrawlExplainModel(list$model, list$x, list$y, 3) # }
Run the code above in your browser using DataLab