Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Plotting Prediction model of Multinomial GBM using R

$
0
0

@Sajal_Roy_92 wrote:

Hello,
I am trying to plot the following prediction model of GBM -

gbm_model3 <- gbm(formula = trainformula, data = trainingdata3,distribution = "multinomial", n.trees = 50,interaction.depth = 5, shrinkage = 0.1)

pred_gbm3 <- predict(gbm_model3, testingdata3, n.trees = 50,type = "response")

Is there a way in which we can fit a curve for the above prediction ?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles