Adversarial Robustness
Open "Recidivism_part2.ipynb" notebook in a local Jupyter environment or open notebook in Google Colab
When you run it locally to install the requirements, you can run chapter_setup.py from the terminal like this:
python chapter_setup.pyBut you can also do it from the first cell of the notebook.
For your reference, these are the requirements:
numpy~=1.23.5
scikit-learn~=1.2.2
matplotlib~=3.7.1
seaborn~=0.12.2
tensorflow~=2.14.0
tqdm~=4.66.1
machine-learning-datasets~=0.1.23
adversarial-robustness-toolbox~=1.12.2 # --no-deps
scipy~=1.11.3
setuptools
six>=1.13.0