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 + 3] OneVsRestClassifier: don't expose predict_proba and decision_function if base estimator doesn't support them #7812

Merged
merged 3 commits into from Nov 7, 2016

Commits on Nov 2, 2016

  1. OneVsRestClassifier: don't expose predict_proba and decision_function

    methods if they are not supported by base estimator.
    kmike committed Nov 2, 2016
    Copy the full SHA
    cc00d29 View commit details
    Browse the repository at this point in the history
  2. TST use nose-style asserts

    kmike committed Nov 2, 2016
    Copy the full SHA
    5c34996 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    14a9f2f View commit details
    Browse the repository at this point in the history