Deploy GBM Model in C++ | Get Predict.gbm to work outside of R
Is there a way to export a gbm model to C++. Specifically, how do I invoke the predict.gbm function to run outside of R in order to score new datasets. I have exported the model as a PMML file but I am unsure as to how new datasets will be scores based off the PMML. I am new to R and have spent a lot of hours trying to figure this out to no avail and will appreciate any leads Thanks in advance Here, PMML only helps you if you have a C++ based PMML evaluation engine available (alternatively, you might use C++ to invoke a Java based PMML evaluation engine such as the JPMML-Evaluator library).