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

Update predicted class value to uneditable text in counterfactual panel #1458

Merged
merged 26 commits into from
Jun 2, 2022

Commits on May 11, 2022

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

Commits on May 12, 2022

  1. Fix causal UI strings according to classification/regression tasks (#…

    …1419)
    
    * Fix causal UI strings according to classification/regression tasks
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Fix lint error
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Fix UI test
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    gaugup authored May 12, 2022
    Configuration menu
    Copy the full SHA
    c53ba4d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Fix description for model overview (#1425)

    * fix description for model overview
    
    * keep new description for new model overview
    romanlutz authored May 13, 2022
    Configuration menu
    Copy the full SHA
    fb5c769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b57af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f1e262 View commit details
    Browse the repository at this point in the history
  4. Remove |Set Value| blurb in case it is not availble in counterfactual…

    … panel (#1426)
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    gaugup authored May 13, 2022
    Configuration menu
    Copy the full SHA
    cf3c25b View commit details
    Browse the repository at this point in the history
  5. Add y-axis description to counterfactual feature importance chart (#1423

    )
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    Co-authored-by: xuke444 <[email protected]>
    gaugup and xuke444 authored May 13, 2022
    Configuration menu
    Copy the full SHA
    42a495c View commit details
    Browse the repository at this point in the history
  6. Add the user class name to causal UI strings (#1422)

    * Fix causal UI strings according to classification/regression tasks
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Fix lint error
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Fix UI test
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Add the user class name to causal UI strings
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    Co-authored-by: xuke444 <[email protected]>
    gaugup and xuke444 authored May 13, 2022
    Configuration menu
    Copy the full SHA
    839f2ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc7a9f9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    8c4ce56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b982016 View commit details
    Browse the repository at this point in the history
  3. Upper bound SciKit-Learn to address freeze in causal (#1432)

    <!--- Provide a general summary of your changes in the Title above -->
    
    ## Description
    
    Replaces #1429  to address #1430 . Causal analysis is getting stuck with the latest release of SciKit-Learn. This contains:
    
    - Test case which gets stuck with SciKit-Learn 1.1.0
    - Upper bound on SciKit-Learn in `requirements.txt`
    
    ## Checklist
    
    <!--- Make sure to satisfy all the criteria listed below. -->
    
    - [x] I have added screenshots above for all UI changes.
    - [x] Documentation was updated if it was needed.
    - [x] New tests were added or changes were manually verified.
    
    
    Signed-off-by: Richard Edgar <[email protected]>
    riedgar-ms authored May 17, 2022
    Configuration menu
    Copy the full SHA
    f7b2fc8 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    6e57f20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4968e90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b74045a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. fix (#1441)

    Signed-off-by: vinutha karanth <[email protected]>
    vinuthakaranth authored May 19, 2022
    Configuration menu
    Copy the full SHA
    4c81157 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Fix cohort name conflict and not run few tests for AML (#1442)

    * fix
    
    Signed-off-by: vinutha karanth <[email protected]>
    
    * lintfix
    
    Signed-off-by: vinutha karanth <[email protected]>
    vinuthakaranth authored May 20, 2022
    Configuration menu
    Copy the full SHA
    7de48f7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Few e2e tests changes to accommodate AML static tests (#1445)

    * update
    
    Signed-off-by: vinutha karanth <[email protected]>
    
    * update
    
    Signed-off-by: vinutha karanth <[email protected]>
    vinuthakaranth authored May 23, 2022
    Configuration menu
    Copy the full SHA
    b1bf638 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Fix locators logic for string features - data explorer and model stat…

    …istics components (#1446)
    
    * update
    
    Signed-off-by: vinutha karanth <[email protected]>
    
    * update
    
    Signed-off-by: vinutha karanth <[email protected]>
    
    * fix
    
    Signed-off-by: vinutha karanth <[email protected]>
    
    * update
    
    Signed-off-by: vinutha karanth <[email protected]>
    
    * lintfix
    
    Signed-off-by: vinutha karanth <[email protected]>
    
    * fix
    
    Signed-off-by: vinutha karanth <[email protected]>
    vinuthakaranth authored May 24, 2022
    Configuration menu
    Copy the full SHA
    0010330 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Add more unittests RAI dashboard input class (#1448)

    * Add unit tests for ResponsibleAIDashboardInput
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Add more tests
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Fix imports
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Address code review comments
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    gaugup authored May 25, 2022
    Configuration menu
    Copy the full SHA
    f19be20 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Update the way to get the length of elements obtained in e2e tests (#…

    …1450)
    
    * update
    
    Signed-off-by: vinutha karanth <[email protected]>
    
    * update
    
    Signed-off-by: vinutha karanth <[email protected]>
    
    * skip what-if create tests for AML
    
    Signed-off-by: vinutha karanth <[email protected]>
    vinuthakaranth authored May 26, 2022
    Configuration menu
    Copy the full SHA
    6472964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fd9b53 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    ada93ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2c71f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e00ecad View commit details
    Browse the repository at this point in the history