Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALVES Guilherme
fixout
Commits
6f7d0d33
Commit
6f7d0d33
authored
Jul 15, 2020
by
galvesda
Browse files
Merge branch 'master' of
https://gitlab.inria.fr/galvesda/expout.git
Conflicts: README.md
parents
486c6a2a
36712776
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
6f7d0d33
<<<<<<< HEAD
# ExpOut
This project is an extension of LimeOut[1]. It aims at tackle process fairness for classification, while keeping the accuracy level (or improving).
More precisely, ExpOut incorporates different explainers.
...
...
@@ -29,4 +30,37 @@ Explainers
*
numpy 1.16.4
*
pandas 0.24.2
*
scipy 1.3.0
=======
# ExpOut
This project is an extension of LimeOut[1]. It aims at tackle process fairness for classification, while keeping the accuracy level (or improving).
More precisely, ExpOut incorporates different explainers.
Classifiers available:
*
Multilayer Perceptron
*
Logistic Regression
*
Random Forest
*
Bagging
*
AdaBoost
*
Gaussian Mixture
*
Gradiente Boosting
Explainers
*
LIME
*
Anchors
# Example
`runner --data german.data --trainsize 0.8 --algo mlp --cat_features 0 2 3 5 6 8 9 11 13 14 16 18 19 --drop 8 18 19`
# References
[1] Vaishnavi Bhargava, Miguel Couceiro, Amedeo Napoli. LimeOut: An Ensemble Approach To Improve Process Fairness. 2020. ⟨hal-02864059v2⟩
## Dependencies
*
Python >= 3.7
*
Scikit-learn >= 0.20.3
*
numpy 1.16.4
*
pandas 0.24.2
*
scipy 1.3.0
>>>>>>> branch 'master' of https://gitlab.inria.fr/galvesda/expout.git
*
seaborn 0.9.0
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment