I've trained a number of Logistic Regression models for a project that I am working on. I've attained the coefficients of my features using the coef
attribute. However, as I have four different target labels, the output consists of four sets of coefficients.
I've determined that each of these sets is a binary classifier for each label. How can I figure out which label each set maps to?