@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