microsoft / responsible-ai-toolbox-mitigations

Python library for implementing Responsible AI mitigations.
https://responsible-ai-toolbox-mitigations.readthedocs.io/en/latest/
MIT License
57 stars 6 forks source link

Correlated Features examples #26

Closed morrissharp closed 2 years ago

morrissharp commented 2 years ago

I noticed a couple of issues here.

  1. There are two different examples feat_sel_corr_tutorial.ipynb and feat_sel_corr.ipynb. feat_sel_corr.ipynb does not contain any explanatory comments in the notebook. Maybe this one is extra and not needed?
  2. Both of these notebooks write the same json files to ./corr_json_examples/. The files that are part of the git repo are the ones belonging to feat_sel_corr.ipynb .

If the 2nd notebook is not needed, then the json files should be replaced with the ones belonging to the 1st example.