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

Matheus/data proc #16

Closed mrfmendonca closed 2 years ago

mrfmendonca commented 2 years ago

This PR aims to update the dataprocessing module to its new version. We remade the dataprocessing module, so there are some big changes. The changes are:

To install the raimitigations library, just do the following:

  1. Go to the projects main folder
  2. conda create --name rai python=3.8 ---- I tried with python 3.7 and 3.9 as well, and all three versions worked fine

  3. conda activate rai

  4. python3 -m pip install -e .

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.

codecov[bot] commented 2 years ago

The author of this PR, mrfmendonca, is not an activated member of this organization on Codecov. Please activate this user on Codecov to display this PR comment. Coverage data is still being uploaded to Codecov.io for purposes of overall coverage calculations. Please don't hesitate to email us at support@codecov.io with any questions.