Re: [R] gbm package: plotting a single tree

2012-10-08 Thread pcaplat
ElenaC wrote > Is there a method for doing these plots within the gbm package? If not, > can the info for a single tree be converted into a different tree object > with a method for plotting? (i.e., is it possible to convert the data into > an object of class 'rpart'?) Hi Elena and all, I notice n

[R] gbm package: plotting a single tree

2011-05-24 Thread ElenaC
Hello, I'm not sure if Im posting this on the right place, my apologies if not. I'm using the package gbm to generate boosted trees models, and was wondering if there is a simple way of getting a graphical output for a single tree of the sequence. I know the function "pretty.gbm.tree" can be use