exportGBMtoPDF: Function to write the variable importance plots of a gbm...

View source: R/exportGBMtoPDF.R

exportGBMtoPDFR Documentation

Function to write the variable importance plots of a gbm object to a pdf.

Description

Function to write the variable importance plots of a gbm object to a pdf.

Usage

exportGBMtoPDF(gbm_object, file_path, file_name)

Arguments

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.

Value

NA - writes to file.

Author(s)

Arshan Tarapore aktarapore@gmail.com


barrenWuffet/convPkg documentation built on Jan. 25, 2024, 9:59 p.m.