I am working with a data set where the response variable is binary and 15-20 continuous and categorical variables.
I am using the naiveBayes library to compute the model. I am interested in understanding which of the independent variables are the most important as well as trying to better understand the model outputs (below as example).
I've done a lot of research but I am not having any luck. Any perspective would be greatly appreciated.
Michael

I am testing out various methods to predict and better understand what variables have a stronger impact/influence on a response variable that is binary. Based on my research, it looks like naive bayes might be a good option.
– Michael Lamontagne Apr 05 '22 at 11:27