Since gbm
has been orphaned, gbm
users are asked to use gbm3
package.
The model produced using the gbm
package produces a gbm
object. While models produced using gbm3
package produces GBMFit
object.
Are GBMFit
objects supported by PMML?
I tried googling and searching in stack, but couldn't find any topic on this.
Thanks in advance.