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

FEA Add Self Training Estimator #11682

Merged
merged 148 commits into from Nov 20, 2020
Merged

Commits on Jul 28, 2018

  1. Self-training metaclassifier

    Co-authored-by: oliverrausch <oliverrausch99@gmail.com>
    Co-authored-by: pr0duktiv <patrice@5becker.de>
    plbecker and orausch committed Jul 28, 2018
    Copy the full SHA
    7466739 View commit details
    Browse the repository at this point in the history
  2. Update testing

    orausch committed Jul 28, 2018
    Copy the full SHA
    9deb568 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Fix metaestimator test

    orausch committed Aug 29, 2018
    Copy the full SHA
    d97633b View commit details
    Browse the repository at this point in the history
  2. Update example

    orausch committed Aug 29, 2018
    Copy the full SHA
    f41d8ef View commit details
    Browse the repository at this point in the history
  3. Fix flake error

    orausch committed Aug 29, 2018
    Copy the full SHA
    9fb91c1 View commit details
    Browse the repository at this point in the history
  4. Update documentation

    orausch committed Aug 29, 2018
    Copy the full SHA
    6e0b3b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Add tests

    orausch committed Sep 11, 2018
    Copy the full SHA
    9742777 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Copy the full SHA
    23c953c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cace7e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Copy the full SHA
    3819c20 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    657f20c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. Copy the full SHA
    0e62dcf View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Copy the full SHA
    7334ab1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5a35d40 View commit details
    Browse the repository at this point in the history
  3. Add authors

    orausch committed Sep 17, 2018
    Copy the full SHA
    5337271 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e4beee3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c1241fe View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1c67fdb View commit details
    Browse the repository at this point in the history
  7. Trigger rebuild

    orausch committed Sep 17, 2018
    Copy the full SHA
    16d720a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Copy the full SHA
    ec303cf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    474e622 View commit details
    Browse the repository at this point in the history
  3. Resolve doc issue and wrong spacing

    plbecker authored and orausch committed Sep 20, 2018
    Copy the full SHA
    2a7a16f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    271bb9d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Add test for array of strings

    orausch committed Sep 21, 2018
    Copy the full SHA
    f12dd49 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6e467ee View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a60c0ed View commit details
    Browse the repository at this point in the history
  4. Trigger rebuild

    orausch committed Sep 21, 2018
    Copy the full SHA
    73e77bf View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Update documentation

    orausch committed Sep 23, 2018
    Copy the full SHA
    7e21064 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Improve string labels test

    orausch committed Sep 26, 2018
    Copy the full SHA
    ba9c295 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8a5f44c View commit details
    Browse the repository at this point in the history
  3. Add support for string labels

    orausch committed Sep 26, 2018
    Copy the full SHA
    808a9cb View commit details
    Browse the repository at this point in the history
  4. Add list string test

    orausch committed Sep 26, 2018
    Copy the full SHA
    6c150ad View commit details
    Browse the repository at this point in the history
  5. Add error for non-classifiers

    orausch committed Sep 26, 2018
    Copy the full SHA
    58c873b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Copy the full SHA
    ea734af View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    12a192a View commit details
    Browse the repository at this point in the history
  3. Update example

    orausch committed Sep 27, 2018
    Copy the full SHA
    8b40189 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. Fix flake error

    orausch committed Oct 6, 2018
    Copy the full SHA
    5e7eeba View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Copy the full SHA
    a37c05c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a16d438 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7c12e79 View commit details
    Browse the repository at this point in the history
  4. Add whats_new entry

    orausch committed Oct 9, 2018
    Copy the full SHA
    edfd649 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    10fc007 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b102fdb View commit details
    Browse the repository at this point in the history
  7. More review changes

    orausch committed Oct 9, 2018
    Copy the full SHA
    0bd8588 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d347818 View commit details
    Browse the repository at this point in the history
  9. Small change to docstring

    orausch committed Oct 9, 2018
    Copy the full SHA
    67b7771 View commit details
    Browse the repository at this point in the history
  10. Add brief description

    orausch committed Oct 9, 2018
    Copy the full SHA
    4e83078 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Copy the full SHA
    ba9db76 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7773211 View commit details
    Browse the repository at this point in the history
  3. Typo

    orausch committed Oct 10, 2018
    Copy the full SHA
    99f081f 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 self-training
    orausch committed Oct 10, 2018
    Copy the full SHA
    e8d781c View commit details
    Browse the repository at this point in the history
  5. Fix documentation + rewrap

    orausch committed Oct 10, 2018
    Copy the full SHA
    a17da88 View commit details
    Browse the repository at this point in the history
  6. Address review issues

    orausch committed Oct 10, 2018
    Copy the full SHA
    d979047 View commit details
    Browse the repository at this point in the history
  7. Add sanity check test

    orausch committed Oct 10, 2018
    Copy the full SHA
    2876c8b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Copy the full SHA
    e0f1c79 View commit details
    Browse the repository at this point in the history
  2. 'Transpose' diagram

    orausch committed Oct 11, 2018
    Copy the full SHA
    d29bd7d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    54c9a72 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cb67179 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Copy the full SHA
    b615777 View commit details
    Browse the repository at this point in the history
  2. Update docstring

    orausch committed Oct 12, 2018
    Copy the full SHA
    2d62c25 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2018

  1. Copy the full SHA
    82607d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Trigger rebuild

    orausch committed Oct 15, 2018
    Copy the full SHA
    86950fc View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Merge branch 'master' of https://github.com/scikit-learn/scikit-learn

    …into self-training
    orausch committed Oct 16, 2018
    Copy the full SHA
    5f372d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

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

Commits on Nov 16, 2018

  1. Address minor review changes.

    orausch committed Nov 16, 2018
    Copy the full SHA
    5c256c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Fix failing tests

    orausch committed Nov 18, 2018
    Copy the full SHA
    70767f5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    632133c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    52df26b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Add varying threshold example

    orausch committed Nov 19, 2018
    Copy the full SHA
    b205d4c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a08f492 View commit details
    Browse the repository at this point in the history
  3. Fix build issues

    orausch committed Nov 19, 2018
    Copy the full SHA
    888d0dc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    11dd3c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Address review issues

    orausch committed Nov 20, 2018
    Copy the full SHA
    b47a56b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3881b17 View commit details
    Browse the repository at this point in the history
  3. Update test to check mask

    orausch committed Nov 20, 2018
    Copy the full SHA
    1291544 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

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

Commits on Nov 28, 2018

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

Commits on Dec 8, 2018

  1. Copy the full SHA
    653547f View commit details
    Browse the repository at this point in the history
  2. Fix flake8

    orausch committed Dec 8, 2018
    Copy the full SHA
    f6173e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Add early stopping

    orausch committed Dec 11, 2018
    Copy the full SHA
    2ecb1c0 View commit details
    Browse the repository at this point in the history
  2. Fix flake8

    orausch committed Dec 11, 2018
    Copy the full SHA
    a9e887a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4d22f6c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Copy the full SHA
    4cbc9ff View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8b486d3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7e4d31f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    75d3279 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Remove test_output_depends_on_parameters.

    The test was inconsistent and not very meaningful for such a small and
    easy-to-fit dataset.
    orausch committed Feb 22, 2019
    Copy the full SHA
    ef053b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Copy the full SHA
    ebaeecd View commit details
    Browse the repository at this point in the history
  2. Fix bad merge

    orausch committed Feb 25, 2019
    Copy the full SHA
    3e2cfaa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bf804e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Small review changes

    orausch committed Feb 26, 2019
    Copy the full SHA
    2473c9c View commit details
    Browse the repository at this point in the history
  2. More small changes

    orausch committed Feb 26, 2019
    Copy the full SHA
    7e5e0f6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b86a440 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d1566ec View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Merge testing.py from master

    orausch committed Feb 27, 2019
    Copy the full SHA
    312c463 View commit details
    Browse the repository at this point in the history
  2. Merge testing.py again

    orausch committed Feb 27, 2019
    Copy the full SHA
    edb4624 View commit details
    Browse the repository at this point in the history
  3. Fix failing common tests

    orausch committed Feb 27, 2019
    Copy the full SHA
    fb5551a View commit details
    Browse the repository at this point in the history
  4. Rerun CI

    orausch committed Feb 27, 2019
    Copy the full SHA
    269c9e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Address review

    orausch committed Feb 28, 2019
    Copy the full SHA
    57cac62 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7bdf49d View commit details
    Browse the repository at this point in the history
  3. Address review

    orausch committed Feb 28, 2019
    Copy the full SHA
    77a7657 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8d570e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Rerun CI

    orausch committed Mar 1, 2019
    Copy the full SHA
    5794bf4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2019

  1. np.flatnonzero -> np.nonzero

    orausch committed Mar 2, 2019
    Copy the full SHA
    bb5357e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c564ea1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Add verbose output option

    orausch committed Mar 5, 2019
    Copy the full SHA
    de19e23 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e4b9c5d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Address review issues

    orausch committed Mar 13, 2019
    Copy the full SHA
    b714416 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ef73cdc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    848a5fe View commit details
    Browse the repository at this point in the history
  4. Fix pep8

    orausch committed Mar 13, 2019
    Copy the full SHA
    fc3105a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e3816a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Copy the full SHA
    d87a7ce View commit details
    Browse the repository at this point in the history
  2. Clarify docstring

    orausch committed Mar 14, 2019
    Copy the full SHA
    1a5bd3d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Add test for n_best selection

    orausch committed Mar 17, 2019
    Copy the full SHA
    adf0423 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Copy the full SHA
    03474d4 View commit details
    Browse the repository at this point in the history
  2. Flake8

    orausch committed Apr 23, 2019
    Copy the full SHA
    fa2bbe6 View commit details
    Browse the repository at this point in the history
  3. Typo in example

    orausch committed Apr 23, 2019
    Copy the full SHA
    84fbd15 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Copy the full SHA
    5dc9453 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2019

  1. Copy the full SHA
    7688eaa View commit details
    Browse the repository at this point in the history
  2. Changes based on review

    orausch committed Aug 25, 2019
    Copy the full SHA
    9e78b06 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0172eda View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    318169a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d7d4820 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    529dfd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Copy the full SHA
    d6c9413 View commit details
    Browse the repository at this point in the history
  2. Move what's new entry to v0.24

    Roman Yurchak committed Aug 12, 2020
    Copy the full SHA
    6ce8f74 View commit details
    Browse the repository at this point in the history
  3. Fix linting

    rth committed Aug 12, 2020
    Copy the full SHA
    ed72ed4 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
    orausch and rth committed Aug 12, 2020
    Copy the full SHA
    2ba5568 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2dd51bf View commit details
    Browse the repository at this point in the history
  6. Fix linting

    orausch committed Aug 12, 2020
    Copy the full SHA
    61eaf9d View commit details
    Browse the repository at this point in the history
  7. Fix doc warning

    orausch committed Aug 12, 2020
    Copy the full SHA
    f3cf7d8 View commit details
    Browse the repository at this point in the history
  8. Fix documentation failure

    orausch committed Aug 12, 2020
    Copy the full SHA
    3f3c79c View commit details
    Browse the repository at this point in the history
  9. Indent references

    orausch committed Aug 12, 2020
    Copy the full SHA
    c14be1e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Apply suggestions from code review

    Co-authored-by: Chiara Marmo <cmarmo@users.noreply.github.com>
    orausch and cmarmo committed Aug 18, 2020
    Copy the full SHA
    2603dd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Copy the full SHA
    aaf442f View commit details
    Browse the repository at this point in the history
  2. Fix bad merge

    orausch committed Oct 26, 2020
    Copy the full SHA
    360d7c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Changes from review

    orausch committed Nov 16, 2020
    Copy the full SHA
    e8069d5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8559aac View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Copy the full SHA
    97971ee View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Add newsgroups example

    orausch committed Nov 19, 2020
    Copy the full SHA
    5fac462 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    39f284f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1ab9d17 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fcce62c View commit details
    Browse the repository at this point in the history
  5. Fix references to calibration

    Co-authored-by: Chiara Marmo <cmarmo@users.noreply.github.com>
    orausch and cmarmo committed Nov 19, 2020
    Copy the full SHA
    d07d3a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Apply suggestions from code review

    Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
    orausch and lorentzenchr committed Nov 20, 2020
    Copy the full SHA
    c1ca2fc View commit details
    Browse the repository at this point in the history
  2. Fix linting

    orausch committed Nov 20, 2020
    Copy the full SHA
    eb4eacb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    00224ec View commit details
    Browse the repository at this point in the history