Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LogisticregressionCV doesn't document shape of C_ properly #8424

Closed
amueller opened this issue Feb 21, 2017 · 1 comment · Fixed by #8434
Closed

LogisticregressionCV doesn't document shape of C_ properly #8424

amueller opened this issue Feb 21, 2017 · 1 comment · Fixed by #8434
Labels
Documentation Easy Well-defined and straightforward way to resolve

Comments

@amueller
Copy link
Member

http://scikit-learn.org/dev/modules/generated/sklearn.linear_model.LogisticRegressionCV.html#sklearn.linear_model.LogisticRegressionCV

says

C_ : array, shape (n_classes,) or (n_classes - 1,)

    Array of C that maps to the best scores across every class. If refit is set to False, then for each class, the best C is the average of the C’s that correspond to the best scores for each fold.

but it doesn't say when it would be either shape. I think it should.

@amueller amueller added Documentation Easy Well-defined and straightforward way to resolve Need Contributor labels Feb 21, 2017
@aashil
Copy link
Contributor

aashil commented Feb 21, 2017

I would like to work on this one.

abhyudaypratap added a commit to abhyudaypratap/scikit-learn that referenced this issue Feb 22, 2017
abhyudaypratap added a commit to abhyudaypratap/scikit-learn that referenced this issue Feb 22, 2017
abhyudaypratap added a commit to abhyudaypratap/scikit-learn that referenced this issue Feb 22, 2017
abhyudaypratap added a commit to abhyudaypratap/scikit-learn that referenced this issue Feb 22, 2017
abhyudaypratap added a commit to abhyudaypratap/scikit-learn that referenced this issue Feb 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Easy Well-defined and straightforward way to resolve
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants