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

ENH/FIX Replace jaccard_similarity_score by sane jaccard_score #13151

Merged
merged 129 commits into from
Mar 13, 2019

Commits on Nov 7, 2017

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

Commits on Nov 8, 2017

  1. add space and fix input

    gxyd committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    a495cfc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

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

Commits on Nov 24, 2017

  1. Configuration menu
    Copy the full SHA
    d49ccab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    615ac9a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2017

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

Commits on Nov 29, 2017

  1. Configuration menu
    Copy the full SHA
    41f7e2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7d0111 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. show errors and warning before anything

    this deals with both multilabel and multiclass problems
    gxyd committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    057815a View commit details
    Browse the repository at this point in the history
  2. write separate functions

    gxyd committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    f1bd76f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Configuration menu
    Copy the full SHA
    581d540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aefe921 View commit details
    Browse the repository at this point in the history
  3. add normalize in API

    gxyd committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    83df958 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Configuration menu
    Copy the full SHA
    041c668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39b92b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0712b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

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

Commits on Dec 17, 2017

  1. Configuration menu
    Copy the full SHA
    c52d577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e2d762 View commit details
    Browse the repository at this point in the history
  3. fixes to multilabel case

    gxyd committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    5504a00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b30ba53 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. add none-samples in common test

    gxyd committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    8d0ca20 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

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

Commits on Dec 30, 2017

  1. fix multilablel classification

    labels, sample_weight seems to be working fine, though haven't
    fully testing them again, will do in next commit
    gxyd committed Dec 30, 2017
    Configuration menu
    Copy the full SHA
    192bb2d View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2017

  1. fix for multiclass

    gxyd committed Dec 31, 2017
    Configuration menu
    Copy the full SHA
    149af2a View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2018

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

Commits on Jan 2, 2018

  1. Configuration menu
    Copy the full SHA
    4b50447 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd099e5 View commit details
    Browse the repository at this point in the history
  3. fix average='binary'

    gxyd committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    8c9c614 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7d3b40 View commit details
    Browse the repository at this point in the history
  5. this fixes lgtm?

    gxyd committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    8a7e673 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. Configuration menu
    Copy the full SHA
    6e75c5a View commit details
    Browse the repository at this point in the history
  2. add smart tests

    gxyd committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    c800598 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. first fix for test_common

    gxyd committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    c3fa41d View commit details
    Browse the repository at this point in the history
  2. fixes LGTM errors?

    gxyd committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    27ffebf View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

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

Commits on Jan 10, 2018

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

Commits on Jan 11, 2018

  1. address Joel's comments

    gxyd committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    d1311c7 View commit details
    Browse the repository at this point in the history
  2. fix doc and add average=None test for multiclass

    now, need to fix common test
    gxyd committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    d3f76d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

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

Commits on Jan 13, 2018

  1. Configuration menu
    Copy the full SHA
    07a05e6 View commit details
    Browse the repository at this point in the history
  2. fix test_common

    gxyd committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    3a312a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9251d29 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Configuration menu
    Copy the full SHA
    225c0f2 View commit details
    Browse the repository at this point in the history
  2. fix average='weighted'

    gxyd committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    d7fe5ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    414ae8b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. address Joel's comments

    gxyd committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    3ac79bd View commit details
    Browse the repository at this point in the history
  2. fix lgtm error

    gxyd committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    3673407 View commit details
    Browse the repository at this point in the history
  3. fix lgtm

    gxyd committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    d3d7ca9 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Fix flake8 errors

    gxyd committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    04768c5 View commit details
    Browse the repository at this point in the history
  2. code coverage

    gxyd committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    54fe344 View commit details
    Browse the repository at this point in the history
  3. fix flake8

    gxyd committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    ee54853 View commit details
    Browse the repository at this point in the history
  4. improve doc

    gxyd committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    551804d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    37737c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d45a44 View commit details
    Browse the repository at this point in the history
  3. improve doc's entry

    gxyd committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    785bb36 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

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

Commits on Jan 24, 2018

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

Commits on Jan 29, 2018

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

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    f5d03d0 View commit details
    Browse the repository at this point in the history
  2. fix import and pep8

    gxyd committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    c3279ff View commit details
    Browse the repository at this point in the history
  3. fix doc

    gxyd committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    a673683 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b507aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bb690d View commit details
    Browse the repository at this point in the history
  6. update docstring and name

    gxyd committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    f1e1b69 View commit details
    Browse the repository at this point in the history
  7. fix pep8

    gxyd committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    9606d52 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. a little more refactoring

    gxyd committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    e1d7e28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2a09da View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. fix for edge cases

    gxyd committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    c873dce View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

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

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    c73605f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b536ac6 View commit details
    Browse the repository at this point in the history
  3. Fix merge error

    jnothman committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    4fe8a1f View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

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

Commits on Nov 13, 2018

  1. WIP

    jnothman committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    2c9b356 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Make tests pass

    jnothman committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    0e9e12d View commit details
    Browse the repository at this point in the history
  2. Credit in what's new

    jnothman committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    95dfada View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99fdd5c View commit details
    Browse the repository at this point in the history
  4. Remove debug print

    jnothman committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    80520e9 View commit details
    Browse the repository at this point in the history
  5. PEP8

    jnothman committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    4ba98bc View commit details
    Browse the repository at this point in the history
  6. new array printing format

    jnothman committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    5b5f04c View commit details
    Browse the repository at this point in the history
  7. new array printing format #2

    jnothman committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    dfe58f4 View commit details
    Browse the repository at this point in the history
  8. Revert changes to v0.20.rst

    jnothman committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    7422982 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

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

Commits on Nov 24, 2018

  1. Configuration menu
    Copy the full SHA
    afa7759 View commit details
    Browse the repository at this point in the history
  2. Avoid assert_equal

    jnothman committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    55b1e83 View commit details
    Browse the repository at this point in the history
  3. cosmit

    jnothman committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    6b71c18 View commit details
    Browse the repository at this point in the history
  4. Clean up validation

    jnothman committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    03d89de View commit details
    Browse the repository at this point in the history
  5. reuse warning code

    jnothman committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    46c1274 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

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

Commits on Jan 2, 2019

  1. WIP

    jnothman committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    e082e62 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Configuration menu
    Copy the full SHA
    1e9373e View commit details
    Browse the repository at this point in the history
  2. Clean what's new

    jnothman committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    28dcca4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fd7201 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. FIX coax tests to pass

    jnothman committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    27cf502 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7943540 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Address Adrin's comments

    jnothman committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    47776c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    bb1ff92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5061712 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f2e6d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5201930 View commit details
    Browse the repository at this point in the history
  5. Address Hanmin's comments

    jnothman committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    dc865ca View commit details
    Browse the repository at this point in the history
  6. binary and multiclass

    jnothman committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    7420755 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b94906f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d227efa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d218987 View commit details
    Browse the repository at this point in the history
  10. Adopt tests from scikit-learn#13143

    qinhanmin2014 authored and jnothman committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    7264742 View commit details
    Browse the repository at this point in the history
  11. Doctest lines compacted

    jnothman committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    159ad13 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    de8765c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87730d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a00840e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e81f948 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Hanmin's review

    jnothman committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    6d2b9cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8e1e70 View commit details
    Browse the repository at this point in the history
  3. Rename test function

    jnothman committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    eb001b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85d125e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Rm partial

    jnothman committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    977c588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9de0d2b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. flake

    jnothman committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    21bf45c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    2e410e8 View commit details
    Browse the repository at this point in the history
  2. Fix use of list.remove

    jnothman committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    0e08db0 View commit details
    Browse the repository at this point in the history
  3. Fix doctest whitespace

    jnothman committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    42545f1 View commit details
    Browse the repository at this point in the history
  4. Fix doctest whitespace

    jnothman committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    f5f30ee View commit details
    Browse the repository at this point in the history
  5. ELLIPSIS too

    jnothman committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    5ba99d5 View commit details
    Browse the repository at this point in the history
  6. Space

    jnothman committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    f3d19aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db1acf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Doctest whitespace

    jnothman committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    cff1f71 View commit details
    Browse the repository at this point in the history
  2. fix doctest result

    jnothman committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    5abcc99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17c5717 View commit details
    Browse the repository at this point in the history