Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/posts/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Set up the environment
.. :linenos:


We developed `ApproxBias <https://github.com/eustomaqua/ApproxBias>`_, `FairML <https://github.com/eustomaqua/FairML>`_, and `PyFairness <https://github.com/eustomaqua/PyFairness>`_ with ``Python 3.8`` and released the code to help you reproduce our work. Note that the experimental parts must be run on the ``Ubuntu`` operating system due to FairGBM (one baseline method that we used for comparison).
We developed `ApproxBias <https://github.com/eustomaqua/ApproxBias>`_, `FairML <https://github.com/eustomaqua/FairML>`_, `PyFairness <https://github.com/eustomaqua/PyFairness>`_, and `AssessBias <https://github.com/eustomaqua/AssessBias>`_ with ``Python 3.8`` and released the code to help you reproduce our work. Note that the experimental parts must be run on the ``Ubuntu`` operating system due to FairGBM (one baseline method that we used for comparison).


Initialization
Expand Down Expand Up @@ -68,6 +68,7 @@ Configuration via Docker
.. code-block:: console

$ exit
$
$ docker ps -a # docker container ps|list
$ docker rm <container-id>
$ docker image rm <image-name> # docker rmi <image-id>
Expand Down
2 changes: 1 addition & 1 deletion reqs_py311.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ seaborn==0.13.2
openpyxl==3.1.5
lightgbm==4.6.0
fairgbm==0.9.14
torch==2.7.1
torch==2.8.0
carbontracker==2.3.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ seaborn==0.13.2
openpyxl==3.1.5
lightgbm==4.6.0
fairgbm==0.9.14
torch==2.3.1
torch==2.8.0
carbontracker==2.3.1