I\'ve been using gbm through caret without problems, but when removing some variables from my dataframe it started to fail. I\'ve tried wit
With some of the caret methods this problem will arise when the user tries to predict with multinomial classification and only binary {0,1} outcomes are allowed in the algorithm, or with the current set of parameters.
caret
{0,1}