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

Gram-based CD/BCD/FISTA solvers for (group)Lasso when n_samples >> n_features #4

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on Apr 20, 2022

  1. add gram_solver

    PABannier committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    999b89e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. test with large data

    mathurinm committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    af666a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    787c8c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    51b4cfe View commit details
    Browse the repository at this point in the history
  2. WIP FISTA

    PABannier committed Apr 22, 2022
    1 Configuration menu
    Copy the full SHA
    a7db68b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. added FISTA gram

    PABannier committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    fbee02d View commit details
    Browse the repository at this point in the history
  2. larger examples

    PABannier committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    5ffd02b View commit details
    Browse the repository at this point in the history
  3. added weights

    PABannier committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    d88df2a View commit details
    Browse the repository at this point in the history
  4. ENH dual gap criterion

    PABannier committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    c6342e9 View commit details
    Browse the repository at this point in the history
  5. CLN Gram FISTA solver

    PABannier committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    dc7a0eb View commit details
    Browse the repository at this point in the history
  6. format

    PABannier committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    adbab98 View commit details
    Browse the repository at this point in the history
  7. WIP Gram FISTA BCD

    PABannier committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    b81d348 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. duality gap for BCD

    PABannier committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    f142317 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    552485e View commit details
    Browse the repository at this point in the history
  3. CLN

    PABannier committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    1a6e6aa View commit details
    Browse the repository at this point in the history
  4. CLN

    PABannier committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    a2cf8a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d9a761 View commit details
    Browse the repository at this point in the history
  6. fix primal comp

    PABannier committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    bfae088 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7bda72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ef225a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f8e4cf0 View commit details
    Browse the repository at this point in the history
  10. example with weights

    PABannier committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    5c0a33a View commit details
    Browse the repository at this point in the history
  11. ENH fista to example

    PABannier committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    ae92334 View commit details
    Browse the repository at this point in the history