forked from autogluon/autogluon-fair
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6312122
commit 98b1896
Showing
13 changed files
with
3,495 additions
and
3,411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Tutorial Notebooks | ||
|
||
This folder contains a collection of example ipython notebooks illustating different use cases. | ||
This folder contains a collection of example ipython notebooks illustrating different use cases. | ||
|
||
1. [Getting started with XGBoost](quickstart_xboost.ipynb) | ||
2. [Getting started with Autogluon](quickstart_autogluon.ipynb) | ||
3. [Getting started with Deep Learning and Computer Vision](quickstart_DeepFairPredictor_computer_vision.ipynb) | ||
4. [Code for training deep models compatible with OxonFair](training_a_two_head_model/two_head_model_demo.py) | ||
5. [Levelling up](levelling_up.ipynb) | ||
6. Comparisions with FairLearn. | ||
a. A comparision using random forests and decision trees on the adult dataset. [Here](adult_fairlearn_comparision.ipynb) | ||
b. A comparision using xgboost on medical data. [Here](high-dim_fairlearn_comparision.ipynb) | ||
c. A comparision of run time using xgboost on multiple groups. [Here](multi_group_fairlearn_comparision.ipynb) | ||
6. Comparisons with FairLearn | ||
a. A comparison using random forests and decision trees on the adult dataset. [Here](adult_fairlearn_comparision.ipynb) | ||
b. A comparison using xgboost on medical data. [Here](high-dim_fairlearn_comparision.ipynb) | ||
c. A comparison of run time using xgboost on multiple groups. [Here](multi_group_fairlearn_comparision.ipynb) |
Oops, something went wrong.