Search code examples
pandasscikit-learnlogistic-regression

Multiple sets of coefficients from logistic regression


I am using ScikitLearn and am very new to data mining. I usually get one set of coefficients but this time I got 3 sets of coefficients. How can I convert it to a single coefficient or make it meaningful?


Solution

  • Could you mention which more sets of coefficients you are obtaining?

    The number of coefficients is related to the number of variables that the regressor has.