Skip to content

Commit

Permalink
add MEPS to docs
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Hoffman <hoffman.sc@gmail.com>
  • Loading branch information
hoffmansc committed Nov 23, 2021
1 parent 3a47da5 commit 37f3345
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
html_static_path = ['static']

def setup(app):
app.add_stylesheet('style.css')
app.add_css_file('style.css')

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand Down
3 changes: 3 additions & 0 deletions docs/source/modules/datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ Common datasets
datasets.CompasDataset
datasets.GermanDataset
datasets.LawSchoolGPADataset
datasets.MEPSDataset19
datasets.MEPSDataset20
datasets.MEPSDataset21
5 changes: 2 additions & 3 deletions docs/source/modules/sklearn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ Utils
:toctree: generated/
:template: class.rst

datasets.ColumnAlreadyDroppedWarning
datasets.NumericConversionWarning

.. autosummary::
:toctree: generated/
:template: base.rst

datasets.check_already_dropped
datasets.standardize_dataset
datasets.to_dataframe

Loaders
-------
Expand All @@ -50,6 +48,7 @@ Loaders
datasets.fetch_bank
datasets.fetch_compas
datasets.fetch_lawschool_gpa
datasets.fetch_meps

:mod:`aif360.sklearn.metrics`: Fairness metrics
===============================================
Expand Down

0 comments on commit 37f3345

Please sign in to comment.