【问题标题】:Multinomial Logistic Regresson what are the order of the coeff多项式逻辑回归系数的阶数是多少
【发布时间】:2018-09-03 21:17:45
【问题描述】:

例如,如果我有 4 个类(0、1、2、3)。如果我执行 L = lr.coef_ 我将有一个 coeff 列表。它们按什么顺序排列? L[0] 代表 0, ..., L[3] 代表 3 ?还是顺序倒序甚至随机?

【问题讨论】:

    标签: python scikit-learn logistic-regression


    【解决方案1】:

    这里 L[0] 将属于 0 类。 顺序也是这样的

    【讨论】:

      猜你喜欢
      • 2018-07-08
      • 2019-12-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-05-02
      • 1970-01-01
      • 2019-11-29
      • 2018-12-09
      相关资源
      最近更新 更多