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

Simplify the train pipeline responsibleaidashboard-census-classification-model-debugging.ipynb #1195

Merged
merged 44 commits into from
Feb 27, 2022

Commits on Feb 2, 2022

  1. Simplify the train pipeline responsibleaidashboard-census-classificat…

    …ion-model-debugging.ipynb
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    gaugup committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    6b7a9a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    1c9041e View commit details
    Browse the repository at this point in the history
  2. Update notebooks/responsibleaidashboard/responsibleaidashboard-census…

    …-classification-model-debugging.ipynb
    
    Co-authored-by: Roman Lutz <[email protected]>
    gaugup and romanlutz authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    00c4a39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    188c833 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71ecdb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3bedb89 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Add multiclass classification dataset & set up basic model-assessment…

    … tests (#1191)
    
    * add wine dataset for multiclass classification
    
    * add basic tests for model overview section for binary and multiclass classification as well as regression
    
    * lintfix
    
    * undo changes to notebook
    
    * update tests to reflect changes on main (addition of new metrics and string changes), simplify test setup
    
    * lintfix
    romanlutz authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    e1cdaae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40bb222 View commit details
    Browse the repository at this point in the history
  3. Add cohort and filter definitions in raiwidgets SDK (#1186)

    * Add cohort and filter definitions in raiwidgets SDK
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Remove commented out code
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Add metrics to StatisticsUtils - F1 score, selection rate, mean absolute error (#1174)
    
    * add new metrics
    
    * undo unwanted changes
    
    * fix casing
    
    * add superscript 2 for r-squared
    
    * update tests to reflect new metrics
    
    * lintfix
    
    * fix mae calculation
    
    * update dnn notebook example to give more interesting results (#1194)
    
    * Add upload step to e2e test workflow (#1183)
    
    * update config
    
    * update cypress config
    
    * Add upload step to e2e test to CI notebooks pipeline (#1188)
    
    * changes
    
    * lintfix
    
    * Fix code review comments
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    Co-authored-by: Roman Lutz <[email protected]>
    Co-authored-by: Ilya Matiach <[email protected]>
    Co-authored-by: Vinutha Karanth <[email protected]>
    4 people committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    6ae3c50 View commit details
    Browse the repository at this point in the history
  4. fix flaky flask test (#1203)

    imatiach-msft authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    c10837f View commit details
    Browse the repository at this point in the history
  5. export (#1204)

    zhb000 authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    4250c66 View commit details
    Browse the repository at this point in the history
  6. Improve description for responsibleai and raiwidgets (#1205)

    * Improve description for responsibleai and raiwidgets
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Update responsibleai description
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Update setup.py
    
    * Update setup.py
    gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    a4a424d View commit details
    Browse the repository at this point in the history
  7. Add docstrings for locale (#1202)

    Signed-off-by: Gaurav Gupta <[email protected]>
    gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    b6cacf7 View commit details
    Browse the repository at this point in the history
  8. Make causal manager add() and compute() behavior similar to other man…

    …agers (#1181)
    
    * Make causal manager add() and compute() behavior similar to other managers
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Fix failing test
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Fix regression case
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Address review comments
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Address review comments
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    db0736d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11934dc View commit details
    Browse the repository at this point in the history
  10. add tests (#1199)

    vinuthakaranth authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    641c661 View commit details
    Browse the repository at this point in the history
  11. optimize tree traversal logic in error analysis to reduce execution t…

    …ime when running on several million rows (#1206)
    imatiach-msft authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    5609a36 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6301b7c View commit details
    Browse the repository at this point in the history
  13. release rai-core-flask 0.2.5 (#1215)

    imatiach-msft authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    39ddb87 View commit details
    Browse the repository at this point in the history
  14. Remove widget tests from CI-notebook pipeline (#1213)

    * remove widget
    
    * add log
    
    * remove log
    
    * fix name
    vinuthakaranth authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    6eace92 View commit details
    Browse the repository at this point in the history
  15. Replace dependence plot with highchart lib (#1208)

    * temp
    
    * test
    
    * temp
    
    * refactor
    
    * tooltip
    
    * cache
    
    * tooltip template
    
    * remove dup
    
    * e2e
    
    * test
    
    * test
    
    * e2e
    
    * test
    
    * remove animation
    
    * test
    
    * fix
    zhb000 authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    0e59c26 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    27cf1f5 View commit details
    Browse the repository at this point in the history
  17. Add heterogeneity_model checks (#1210)

    * Add hetrogenity_model checks
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Fix lint
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    f91bed0 View commit details
    Browse the repository at this point in the history
  18. DOC add type annotations to responsibleai package (#1214)

    * add type annotations
    
    * fix imports
    
    * import ordering fix
    
    * more type annotations
    
    * add Any annotation for model
    romanlutz authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    b0f024c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    19eedee View commit details
    Browse the repository at this point in the history
  20. Add e2e tests for Housing decision making and multiclass dnn notebooks (

    #1212)
    
    * add tests
    
    * update
    
    * add tests
    
    * lintfix
    
    * fix
    
    * fix
    vinuthakaranth authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    6d1ca37 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8805f22 View commit details
    Browse the repository at this point in the history
  22. refactor (#1220)

    zhb000 authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    9329fb7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    15f1ef0 View commit details
    Browse the repository at this point in the history
  24. Correct falsey to falsely (#1228)

    Signed-off-by: Gaurav Gupta <[email protected]>
    gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    7d1cda2 View commit details
    Browse the repository at this point in the history
  25. fix categorical what-if in RAI dashboard (#1225)

    Signed-off-by: Gaurav Gupta <[email protected]>
    gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    f6204fb View commit details
    Browse the repository at this point in the history
  26. fix tree api being called twice on initial load due to uninitialized …

    …context being used (#1229)
    imatiach-msft authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    68ac41d View commit details
    Browse the repository at this point in the history
  27. scatter e2e (#1226)

    zhb000 authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    a4cf7d6 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    44ec4b2 View commit details
    Browse the repository at this point in the history
  29. Add data validations to SDK defined cohorts (#1227)

    * Add data validations to SDK defined cohorts
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Fix code review comments
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    020d8f0 View commit details
    Browse the repository at this point in the history
  30. fix total metric changing with different num bins when using quantile…

    … binning on diabetes dataset (#1233)
    imatiach-msft authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    11c4443 View commit details
    Browse the repository at this point in the history
  31. add ut for DashboardSettingDeleteButton (#1231)

    * add ut for DashboardSettingDeleteButton 
    force merge due to python pipeline failed
    xuke444 authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    3f93bc3 View commit details
    Browse the repository at this point in the history
  32. Pin markupsafe and itsdangerous to unblock gates (#1238)

    * Pin markupsafe to unblock gates
    
    * Update requirements.txt
    
    * Pin itsdangerous at 2.0.1 to address another dependency failure
    
    * Update requirements.txt
    
    * Update requirements.txt
    gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    54ec869 View commit details
    Browse the repository at this point in the history
  33. Create pytest fixtures raiwidgets tests (#1232)

    * Create pytest fixtures raiwidgets tests
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Remove unused imports
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    694eb7c View commit details
    Browse the repository at this point in the history
  34. Refactor dependence plot (#1230)

    * refactor
    
    * build
    
    * build
    zhb000 authored and gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    1537b66 View commit details
    Browse the repository at this point in the history
  35. Add user defined cohort injection logic into raiwidgets (#1237)

    * Add pre-built cohort injection logic into raiwidgets
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * add conftest.py
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Create pytest fixtures raiwidgets tests (#1232)
    
    * Create pytest fixtures raiwidgets tests
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Remove unused imports
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    
    * Fix sorted imports
    
    Signed-off-by: Gaurav Gupta <[email protected]>
    gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    f7085c4 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    5846b35 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    edee29a View commit details
    Browse the repository at this point in the history
  38. Merge branch 'main' into gaugup/CorrectTrainDataRAIInsights

    Signed-off-by: Gaurav Gupta <[email protected]>
    gaugup committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    6244dc3 View commit details
    Browse the repository at this point in the history