Skip to content

Commit fc71779

Browse files
committed
Documentation
1 parent 9515f62 commit fc71779

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/posts/configuration.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Set up the environment
99
.. :linenos:
1010
1111
12-
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).
12+
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).
1313

1414

1515
Initialization
@@ -68,6 +68,7 @@ Configuration via Docker
6868
.. code-block:: console
6969
7070
$ exit
71+
$
7172
$ docker ps -a # docker container ps|list
7273
$ docker rm <container-id>
7374
$ docker image rm <image-name> # docker rmi <image-id>

docs/posts/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you would like to install `PyFairness <https://github.com/eustomaqua/PyFairne
3939
$ # Two ways to install (& uninstall) PyFairness
4040
$ git clone git@github.com:eustomaqua/PyFairness.git
4141
$
42-
$ pip install -r PyFairness/reqs_py311.txt
42+
$ # pip install -r PyFairness/reqs_py311.txt
4343
$ pip install -e ./PyFairness
4444
$ # pip uninstall pyfair
4545
$

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ seaborn==0.13.2
1010
openpyxl==3.1.5
1111
lightgbm==4.6.0
1212
fairgbm==0.9.14
13-
torch==2.3.1
13+
torch==2.4.1
1414
carbontracker==2.3.1

0 commit comments

Comments
 (0)