print contributors to prediction in adaboost model built in R -


i have 'ada' model trained using r package ada, , gives predictions.

> class(model) [1] "ada" > predict(model,testdata,type="prob")[,2] 0.54 

however, given row in 'testdata', wondering if there way print out top contributors attributes, affected prediction.

when print out model using modelname$model, bunch of numbers, i'm not sure of how make sense of it.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -