ageron / ageron/handson-ml2

Ch 04: Softmax Regressor vs Multiple OvR Logit Regressors

未关闭
#316 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
question
主要语言
Jupyter Notebook
星标
30k
派生
13.1k
PR 合并指标
30 天内没有已合并 PR

描述

Hi.

While the book makes it very clear how to create a multinomial logistic (softmax) regressor instead of the default composite model based on several OvR binary logistic regressors in the multilabel classification scenario (`LogisticRegression(multi_class="multinomial")`), what is NOT clear is:
1. which one is more accurate in general (in [this](https://scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_multinomial.html) example the softmax regressor is clearly more accurate)
2. which one has better performance

It would be greatly appreciated if this clarification was either in the book or in the Jupyter note.

Thanks.
Gene.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。