there are times when we'd like to consider the multiclass case to be a 1-vs.-all scenario with kk binary classifiers, and there are times when we'd like to attack the multiclass case with a multiclass classifier such as softmax regression. when would you want to use a softmax regression as opposed to kk 1-vs.-all logistic regressions?