8000 [WIP] Adds array as supported type for C in RandomizedLogisticRegression by tsoonjin · Pull Request #6536 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

[WIP] Adds array as supported type for C in RandomizedLogisticRegression #6536

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

Conversation

tsoonjin
Copy link

Fixes #6525

Progress

  • made changes to comment in randomized_l1.py
  • make doc on local to make sure it is working

@@ -386,7 +386,7 @@ class RandomizedLogisticRegression(BaseRandomizedLinearModel):

Parameters
----------
C : float, optional, default=1
C : float or array, optional, default=1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should indicate the behavior when C is an array: what are the different values of the array used for.

@amueller
Copy link
Member

Are you still working on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0