As shown here, getting the predictor weights from multiclass-SDCA requires using MulticlassLogisticRegressionPredictor. This is counter-intuitive as I would expect that predictor to be used just for Logistic Regression. Perhaps something more general like MulticlassLinearPredictor should be created/used?