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 + 2] FIX bug in svm's decision values when decision_function_shape is 'ovr' #7724

Merged
merged 22 commits into from Nov 7, 2016

Commits on Oct 20, 2016

  1. changed line 554 of svm/base.py

    the sign of dec values should be changed to feed into function _ovr_decision_function
    btdai committed Oct 20, 2016
    Copy the full SHA
    1213d33 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Copy the full SHA
    d85ae5c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0927c26 View commit details
    Browse the repository at this point in the history
  3. Update test_svm.py

    btdai committed Nov 2, 2016
    Copy the full SHA
    181569d View commit details
    Browse the repository at this point in the history
  4. Update test_svm.py

    btdai committed Nov 2, 2016
    Copy the full SHA
    4d6d6a9 View commit details
    Browse the repository at this point in the history
  5. Update test_svm.py

    btdai committed Nov 2, 2016
    Copy the full SHA
    4670acd View commit details
    Browse the repository at this point in the history
  6. Update test_svm.py

    btdai committed Nov 2, 2016
    Copy the full SHA
    33eb494 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Update test_svm.py

    btdai committed Nov 4, 2016
    Copy the full SHA
    14d1c5f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2016

  1. Update test_svm.py

    btdai committed Nov 5, 2016
    Copy the full SHA
    2714772 View commit details
    Browse the repository at this point in the history
  2. Update whats_new.rst

    btdai committed Nov 5, 2016
    Copy the full SHA
    53e7770 View commit details
    Browse the repository at this point in the history
  3. Update test_svm.py

    btdai committed Nov 5, 2016
    Copy the full SHA
    d91addf View commit details
    Browse the repository at this point in the history
  4. Update whats_new.rst

    btdai committed Nov 5, 2016
    Copy the full SHA
    7745692 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. Update whats_new.rst

    btdai committed Nov 6, 2016
    Copy the full SHA
    3a9cd7c View commit details
    Browse the repository at this point in the history
  2. Update whats_new.rst

    btdai committed Nov 6, 2016
    Copy the full SHA
    6ae0fed View commit details
    Browse the repository at this point in the history
  3. Update whats_new.rst

    btdai committed Nov 6, 2016
    Copy the full SHA
    3d7d73f View commit details
    Browse the repository at this point in the history
  4. Update whats_new.rst

    btdai committed Nov 6, 2016
    Copy the full SHA
    5aa63d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2016

  1. whats_new edited

    btdai committed Nov 7, 2016
    Copy the full SHA
    e6b7a67 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'btdai_patch_ovr_decision_function' of https://github.co…

    …m/btdai/scikit-learn into btdai_patch_ovr_decision_function
    btdai committed Nov 7, 2016
    Copy the full SHA
    0abe666 View commit details
    Browse the repository at this point in the history
  3. whats_new.rst edited

    btdai committed Nov 7, 2016
    Copy the full SHA
    48f2b57 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/scikit-learn/scikit-learn

    …into btdai_patch_ovr_decision_function
    
    Conflicts:
    	doc/whats_new.rst
    btdai committed Nov 7, 2016
    Copy the full SHA
    ed50606 View commit details
    Browse the repository at this point in the history
  5. whats_new.rst updated

    btdai committed Nov 7, 2016
    Copy the full SHA
    2425cc7 View commit details
    Browse the repository at this point in the history
  6. Update whats_new.rst

    btdai committed Nov 7, 2016
    Copy the full SHA
    0f02b4c View commit details
    Browse the repository at this point in the history