ageron / ageron/handson-ml2

Ch 04: Softmax Regressor vs Multiple OvR Logit Regressors

Ouverte
#316 4 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
question
Langage dominant
Jupyter Notebook
Étoiles
30k
Forks
13.1k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.