View source: R/exportGBMtoPDF.R
exportGBMtoPDF | R Documentation |
Function to write the variable importance plots of a gbm object to a pdf.
exportGBMtoPDF(gbm_object, file_path, file_name)
gbm_object |
An object containing a GBM model and components |
file_path |
A character string pointing to the directory of where to write the PDF containing the partial dependency plots. |
file_name |
A character string pointing to the file of where to write the PDF containing the partial dependency plots. |
NA - writes to file.
Arshan Tarapore aktarapore@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.