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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -