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

Nb/feat/under annotated checks #2505

Merged
merged 26 commits into from
May 10, 2023
Merged

Commits on May 1, 2023

  1. simplify weak segments

    Nadav-Barak committed May 1, 2023
    Configuration menu
    Copy the full SHA
    2bc175d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. added comments

    Nadav-Barak committed May 2, 2023
    Configuration menu
    Copy the full SHA
    61034a3 View commit details
    Browse the repository at this point in the history
  2. set seed

    Nadav-Barak committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d86ff29 View commit details
    Browse the repository at this point in the history
  3. set seed v2

    Nadav-Barak committed May 2, 2023
    Configuration menu
    Copy the full SHA
    f2061b7 View commit details
    Browse the repository at this point in the history
  4. pylint

    Nadav-Barak committed May 2, 2023
    Configuration menu
    Copy the full SHA
    6034470 View commit details
    Browse the repository at this point in the history
  5. under annotated segments

    Nadav-Barak committed May 2, 2023
    Configuration menu
    Copy the full SHA
    5e19e6e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Merge branch 'main' into NB/Feat/under_annotated_segments

    # Conflicts:
    #	deepchecks/nlp/checks/__init__.py
    #	deepchecks/nlp/checks/model_evaluation/weak_segments_performance.py
    #	deepchecks/nlp/utils/weak_segments.py
    #	deepchecks/tabular/checks/model_evaluation/weak_segments_performance.py
    #	deepchecks/utils/abstracts/weak_segment_abstract.py
    #	deepchecks/vision/checks/model_evaluation/weak_segments_performance.py
    Nadav-Barak committed May 3, 2023
    Configuration menu
    Copy the full SHA
    4685036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e64b556 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    183ac41 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. bin for regression + CR

    Nadav-Barak committed May 4, 2023
    Configuration menu
    Copy the full SHA
    48b4223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d62c62 View commit details
    Browse the repository at this point in the history
  3. bug fix + test

    Nadav-Barak committed May 4, 2023
    Configuration menu
    Copy the full SHA
    c43d239 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. check + tests

    Nadav-Barak committed May 8, 2023
    Configuration menu
    Copy the full SHA
    ff17ebc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into NB/Feat/under_annotated_checks

    # Conflicts:
    #	deepchecks/nlp/checks/data_integrity/unknown_tokens.py
    #	deepchecks/utils/abstracts/weak_segment_abstract.py
    #	deepchecks/utils/single_sample_metrics.py
    Nadav-Barak committed May 8, 2023
    Configuration menu
    Copy the full SHA
    f11d0d2 View commit details
    Browse the repository at this point in the history
  3. added plot

    Nadav-Barak committed May 8, 2023
    Configuration menu
    Copy the full SHA
    0d8c2ec View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into NB/Feat/under_annotated_checks

    # Conflicts:
    #	deepchecks/utils/abstracts/weak_segment_abstract.py
    Nadav-Barak committed May 8, 2023
    Configuration menu
    Copy the full SHA
    5cdfe24 View commit details
    Browse the repository at this point in the history
  5. merge with main

    Nadav-Barak committed May 8, 2023
    Configuration menu
    Copy the full SHA
    09234c2 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. display for categorical

    Nadav-Barak committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3505eed View commit details
    Browse the repository at this point in the history
  2. additional test

    Nadav-Barak committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6eba061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dfa633 View commit details
    Browse the repository at this point in the history
  4. test fix

    Nadav-Barak committed May 9, 2023
    Configuration menu
    Copy the full SHA
    cb6f653 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into NB/Feat/under_annotated_checks

    # Conflicts:
    #	deepchecks/utils/single_sample_metrics.py
    Nadav-Barak committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5b323b0 View commit details
    Browse the repository at this point in the history
  6. test fix

    Nadav-Barak committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2cafb05 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Update metrics.py

    newline
    noamzbr committed May 10, 2023
    Configuration menu
    Copy the full SHA
    de7da1c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into NB/Feat/under_annotated_checks

    # Conflicts:
    #	deepchecks/nlp/suites/default_suites.py
    noamzbr committed May 10, 2023
    Configuration menu
    Copy the full SHA
    1202cde View commit details
    Browse the repository at this point in the history
  3. fix isort

    noamzbr committed May 10, 2023
    Configuration menu
    Copy the full SHA
    2e4521b View commit details
    Browse the repository at this point in the history