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

[MRG] FIX: make proposal for sdml formulation #162

Merged
merged 78 commits into from
Mar 22, 2019

Commits on Jan 24, 2019

  1. FIX: make proposal for sdml formulation

    William de Vazelhes committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    02cc937 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. MAINT clearer formulation to make the prior appear

    William de Vazelhes committed Jan 29, 2019
    2 Configuration menu
    Copy the full SHA
    aebd47f View commit details
    Browse the repository at this point in the history
  2. MAINT call the prior prior

    William de Vazelhes committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    40b2c88 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Use skggm instead of graphical lasso

    William de Vazelhes committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    fb04cc9 View commit details
    Browse the repository at this point in the history
  2. Be more severe for the class separation

    William de Vazelhes committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    518d6e8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into fix/proposal_for_sdml

    # Conflicts:
    #	metric_learn/sdml.py
    William de Vazelhes committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    c912e93 View commit details
    Browse the repository at this point in the history
  4. Put back verbose param

    William de Vazelhes committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    8f0b113 View commit details
    Browse the repository at this point in the history
  5. MAINT: make more explicit the fact that to use identity (i.e. an SPD …

    …matrix) as initialization
    William de Vazelhes committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    c57a35a View commit details
    Browse the repository at this point in the history
  6. Add skggm as a requirement for SDML

    William de Vazelhes committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    f0eb938 View commit details
    Browse the repository at this point in the history
  7. Add skggm to required packages for travis

    William de Vazelhes committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    821db0b View commit details
    Browse the repository at this point in the history
  8. Also add cython as a dependency

    William de Vazelhes committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    bd2862d View commit details
    Browse the repository at this point in the history
  9. FIX: install all except skggm and then skggm

    William de Vazelhes committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    c6a2daa View commit details
    Browse the repository at this point in the history
  10. Remove cython dependency

    William de Vazelhes committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    93d790e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Install skggm only if we have at least python 3.6

    William de Vazelhes committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    cae6c28 View commit details
    Browse the repository at this point in the history
  2. Should work if we want other versions superior to 3.6

    William de Vazelhes committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    5d673ba View commit details
    Browse the repository at this point in the history
  3. Fix bash >= which should be written -ge

    William de Vazelhes committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    e8a28d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e740702 View commit details
    Browse the repository at this point in the history
  5. replace manual calls of algorithms with tuples_learners

    William de Vazelhes committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    333675b View commit details
    Browse the repository at this point in the history
  6. Remove another call of SDML if skggm is not installed

    William de Vazelhes committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    1a6e97b View commit details
    Browse the repository at this point in the history
  7. FIX fix the test_error_message_tuple_size

    William de Vazelhes committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    7cecf27 View commit details
    Browse the repository at this point in the history
  8. FIX fix test_sdml_supervised

    William de Vazelhes committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    5303e1a View commit details
    Browse the repository at this point in the history
  9. FIX: fix another sdml test

    William de Vazelhes committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    377760a View commit details
    Browse the repository at this point in the history
  10. FIX quic call for python 2.7

    William de Vazelhes committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    0a46ad5 View commit details
    Browse the repository at this point in the history
  11. Fix quic import

    William de Vazelhes committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    391d773 View commit details
    Browse the repository at this point in the history
  12. Add Sigma0 initalization (both sigma zero and theta zero should be sp…

    …ecified otherwise an error is returned
    William de Vazelhes committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    6654769 View commit details
    Browse the repository at this point in the history
  13. Deal with SDML making some tests fail

    William de Vazelhes committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    ac4e18a View commit details
    Browse the repository at this point in the history
  14. Remove epsilon that was unnecessary

    William de Vazelhes committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    458d646 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    fd7c9fb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. MAINT: add message for SDML when not SPD

    William de Vazelhes committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    e118cd8 View commit details
    Browse the repository at this point in the history
  2. MAINT: add test for error message if skggm not installed

    William de Vazelhes committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    b0c4753 View commit details
    Browse the repository at this point in the history
  3. Try other syntax for installing the right commit of skggm

    William de Vazelhes committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    13146d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db4a799 View commit details
    Browse the repository at this point in the history
  5. Try another syntax for running travis

    William de Vazelhes committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    1011391 View commit details
    Browse the repository at this point in the history
  6. Better bash syntax

    William de Vazelhes committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    5ea7ba0 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Fix tests by removing duplicates

    William de Vazelhes committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    45d3b7b View commit details
    Browse the repository at this point in the history
  2. FIX: fix for sdml by reducing balance parameter

    William de Vazelhes committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    dbf5257 View commit details
    Browse the repository at this point in the history
  3. FIX: update code to work with old version of numpy that does not have…

    … axis for unique
    William de Vazelhes committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    4b0bae9 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Remove the need for skggm

    William de Vazelhes committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    f3c690e View commit details
    Browse the repository at this point in the history
  2. Update travis not to use skggm

    William de Vazelhes committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    57b0567 View commit details
    Browse the repository at this point in the history
  3. Add a stable init for sklearn checks

    William de Vazelhes committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    04316b2 View commit details
    Browse the repository at this point in the history
  4. FIX test_sdml_supervised

    William de Vazelhes committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    b641641 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Revert "Update travis not to use skggm"

    This reverts commit 57b0567.
    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    fedfb8e View commit details
    Browse the repository at this point in the history
  2. Add fallback on skggm

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    f0bbf6d View commit details
    Browse the repository at this point in the history
  3. FIX: fix versions comparison and tests

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    520d7c2 View commit details
    Browse the repository at this point in the history
  4. MAINT: improve test of no warning

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    0437c62 View commit details
    Browse the repository at this point in the history
  5. FIX: fix wrap pairs that was returning column y (we need line y), and…

    … fix the example for SDML to not raise another warning
    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    be1a5e6 View commit details
    Browse the repository at this point in the history
  6. FIX: force travis to do the right check

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    56efa09 View commit details
    Browse the repository at this point in the history
  7. TST: add non SPD test that works with skggm's quic but not sklearn's …

    …graphical_lasso
    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    142eea9 View commit details
    Browse the repository at this point in the history
  8. Try again travis this time installing cython

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    fcfd44c View commit details
    Browse the repository at this point in the history
  9. Try to make travis work with build_essential

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    019e28b View commit details
    Browse the repository at this point in the history
  10. Try with installing liblapack

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    04a5107 View commit details
    Browse the repository at this point in the history
  11. TST: fix tests for when skggm is not installed

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    be3a2ad View commit details
    Browse the repository at this point in the history
  12. TST: use better pytest skipif syntax

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    1ee8d1f View commit details
    Browse the repository at this point in the history
  13. FIX: fix broken link in README.md

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    03f4158 View commit details
    Browse the repository at this point in the history
  14. use rst syntax for link

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    e621e27 View commit details
    Browse the repository at this point in the history
  15. use rst syntax for link

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    0086c98 View commit details
    Browse the repository at this point in the history
  16. use rst syntax for link

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    001600e View commit details
    Browse the repository at this point in the history
  17. MAINT: remove test_sdml that was remaining from drafts tests

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    8c50a0d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e4132d6 View commit details
    Browse the repository at this point in the history
  19. FIX link also in getting started

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    b3bf6a8 View commit details
    Browse the repository at this point in the history
  20. Put back right indent

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    49f3b9e View commit details
    Browse the repository at this point in the history
  21. Remove unnecessary changes

    William de Vazelhes committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    e1664c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. merging

    William de Vazelhes committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    187e22c View commit details
    Browse the repository at this point in the history
  2. Nitpick for concatenation and refactor HAS_SKGGM

    William de Vazelhes committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    60866cb View commit details
    Browse the repository at this point in the history
  3. ENH: Deal better with errors and skggm/scikit-learn

    William de Vazelhes committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    eb95719 View commit details
    Browse the repository at this point in the history
  4. Better creation of prior

    William de Vazelhes committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    4d61dba View commit details
    Browse the repository at this point in the history
  5. Simplification for init of sdml

    William de Vazelhes committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    71a02e0 View commit details
    Browse the repository at this point in the history
  6. Put skggm as optional

    William de Vazelhes committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    1e6d440 View commit details
    Browse the repository at this point in the history
  7. Specify skggm version

    William de Vazelhes committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    a7ed1bb View commit details
    Browse the repository at this point in the history
  8. TST: make test about 1 feature arrays more readable

    William de Vazelhes committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    31072d3 View commit details
    Browse the repository at this point in the history
  9. DOC: fix rst formatting

    William de Vazelhes committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    000f29a View commit details
    Browse the repository at this point in the history
  10. DOC: reformulated skggm optional dependency

    William de Vazelhes committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    169dccf View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. TST: give an example for sdml_supervised with skggm where it indeed f…

    …ails
    William de Vazelhes committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    bfb0f8f View commit details
    Browse the repository at this point in the history
  2. TST: fix test that fails weirdly when executing the whole test file a…

    …nd not just the test
    William de Vazelhes committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    6f5666b View commit details
    Browse the repository at this point in the history
  3. Revert "TST: fix test that fails weirdly when executing the whole tes…

    …t file and not just the test"
    
    This reverts commit 6f5666b.
    William de Vazelhes committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    0973ef2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    1c28ecd View commit details
    Browse the repository at this point in the history
  2. Add coverage for all versions of python

    William de Vazelhes committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    df2ae9c View commit details
    Browse the repository at this point in the history
  3. Install pytest-cov for all versions

    William de Vazelhes committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    9683934 View commit details
    Browse the repository at this point in the history