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

Reproduce lightning and sklearn issue when n_samples > n_features #8

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

Conversation

mathurinm
Copy link
Contributor

No description provided.

@mathurinm mathurinm changed the title Add lightning Reproduce lightning and sklearn issue when n_samples > n_features Dec 9, 2021
@Klopfe
Copy link

Klopfe commented Dec 9, 2021

I ran into some issues with some solvers acting weird (sklearn and lightning).
Below is the suboptimality curve on the primal objective value.

newplot (2)

I have the impression this happens when n_samples > n_features (and or when C is large)

@mathurinm
Copy link
Contributor Author

@agramfort @mblondel
do you know why lightning and sklearn give different results when n_samples > n_features ?

n_samples < n_features, all fine:
image

When n_samples > n_features:
image

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.

2 participants