Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Tensorflow's Fairness Evaluation and Visualization Toolkit

License

NotificationsYou must be signed in to change notification settings

tensorflow/fairness-indicators

Repository files navigation

Fairness_Indicators

Fairness Indicators is designed to support teams in evaluating, improving, and comparing models for fairness concerns in partnership with the broader Tensorflow toolkit.

The tool is currently actively used internally by many of our products. We would love to partner with you to understand where Fairness Indicators is most useful, and where added functionality would be valuable. Please reach out attfx@tensorflow.org. You can provide feedback and feature requestshere.

Key links

What is Fairness Indicators?

Fairness Indicators enables easy computation of commonly-identified fairness metrics forbinary andmulticlass classifiers.

Many existing tools for evaluating fairness concerns don’t work well on large-scale datasets and models. At Google, it is important for us to have tools that can work on billion-user systems. Fairness Indicators will allow you to evaluate fairenss metrics across any size of use case.

In particular, Fairness Indicators includes the ability to:

  • Evaluate the distribution of datasets
  • Evaluate model performance, sliced across defined groups of users
    • Feel confident about your results with confidence intervals and evals at multiple thresholds
  • Dive deep into individual slices to explore root causes and opportunities for improvement

Thiscase study, complete withvideos and programming exercises, demonstrates how Fairness Indicators can be used on one of your own products to evaluate fairness concerns over time.

pip install fairness-indicators

The pip package includes:

Nightly Packages

Fairness Indicators also hosts nightly packages athttps://pypi-nightly.tensorflow.org on Google Cloud. To install the latestnightly package, please use the following command:

pip install --extra-index-url https://pypi-nightly.tensorflow.org/simple fairness-indicators

This will install the nightly packages for the major dependencies of FairnessIndicators such as TensorFlow Data Validation (TFDV), TensorFlow Model Analysis(TFMA).

How can I use Fairness Indicators?

Tensorflow Models

  • Access Fairness Indicators as part of the Evaluator component in Tensorflow Extended [docs]
  • Access Fairness Indicators in Tensorboard when evaluating other real-time metrics [docs]

Not using existing Tensorflow tools? No worries!

  • Download the Fairness Indicators pip package, and use Tensorflow Model Analysis as a standalone tool [docs]
  • Model Agnostic TFMA enables you to compute Fairness Indicators based on the output of any model [docs]

Examples directory contains several examples.

More questions?

For more information on how to think about fairness evaluation in the context of your use case, seethis link.

If you have found a bug in Fairness Indicators, please file aGitHub issue with as much supporting information as you can provide.

Compatible versions

The following table shows the package versions that arecompatible with each other. This is determined by our testing framework, butotheruntested combinations may also work.

fairness-indicatorstensorflowtensorflow-data-validationtensorflow-model-analysis
GitHub masternightly (1.x/2.x)1.16.10.47.1
v0.47.02.161.16.10.47.1
v0.46.02.151.15.10.46.0
v0.44.02.121.13.00.44.0
v0.43.02.111.12.00.43.0
v0.42.01.15.5 / 2.101.11.00.42.0
v0.41.01.15.5 / 2.91.10.00.41.0
v0.40.01.15.5 / 2.91.9.00.40.0
v0.39.01.15.5 / 2.81.8.00.39.0
v0.38.01.15.5 / 2.81.7.00.38.0
v0.37.01.15.5 / 2.71.6.00.37.0
v0.36.01.15.2 / 2.71.5.00.36.0
v0.35.01.15.2 / 2.61.4.00.35.0
v0.34.01.15.2 / 2.61.3.00.34.0
v0.33.01.15.2 / 2.51.2.00.33.0
v0.30.01.15.2 / 2.40.30.00.30.0
v0.29.01.15.2 / 2.40.29.00.29.0
v0.28.01.15.2 / 2.40.28.00.28.0
v0.27.01.15.2 / 2.40.27.00.27.0
v0.26.01.15.2 / 2.30.26.00.26.0
v0.25.01.15.2 / 2.30.25.00.25.0
v0.24.01.15.2 / 2.30.24.00.24.0
v0.23.01.15.2 / 2.30.23.00.23.0

[8]ページ先頭

©2009-2025 Movatter.jp