The Wayback Machine - https://web.archive.org/web/20200225013137/https://github.com/topics/fairness
Skip to content
#

fairness

Here are 72 public repositories matching this topic...

dvorka
dvorka commented Sep 21, 2018

In order to successfully install examples using Docker I did the following changes:

  • There seems to be missing step which clones mli-resources GitHub repository. Perhaps RUN git clone https://github.com/h2oai/mli-resources.git should be added to Dockerfile (I cloned repo manually).
  • Jupyter refuses to start under root - consider adding --allow-root parameter: `docker run -i -t -p 888
achimkoh
achimkoh commented Mar 13, 2017

Hi, I noticed that some lines in the example are different from example.py, and seem to call (presumably) deprecated functions.

Regarding from fairml import plot_generic_dependence_dictionary:
There is no plot_generic_dependence_dictionary. Importing plot_dependencies worked for me.

Also,
`fig = plot_dependencies(
total.get_compress_dictionary_into_key_median(),
reverse_val

deep-explanation-penalization
shlomihod
shlomihod commented Apr 9, 2019

If different sensitive attribute values use different thresholds, the equalized odds intervention won't be sync across the values.

Therefore, an updated version of roc_curve from sklearn should be used, that takes the global thresholds and generate (fpr,tpr) for each sensitive attribute value:

https://github.com/scikit-learn/scikit-learn/blob/7b136e92acf49d46251479b75c88cba632de1937/sklearn/

Improve this page

Add a description, image, and links to the fairness topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fairness topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.