Skip to content

ENH add sample_weight and fit_intercept to Cython enet_coordinate_descent #31375

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lorentzenchr
Copy link
Member

Reference Issues/PRs

A step towards #16637.

What does this implement/fix? Explain your changes.

This adds the arguments sample_weight and X_mean to def enet_coordinate_descent defined in Cython.

Any other comments?

The performance impact on the standard case should be minimal, only a few more if conditions, but no actual additional computation (additional computations only in the new code path).

Copy link

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 3ea527a. Link to the linter CI: here

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

Successfully merging this pull request may close these issues.

1 participant