Skip to main content

TensorFlow Model Remediation

Project description

TensorFlow Model Remediation

TensorFlow Model Remediation is a library that provides solutions for machine learning practitioners working to create and train models in a way that reduces or eliminates user harm resulting from underlying performance biases.

PyPI version Tutorial Overview

Installation

You can install the package from pip:

$ pip install tensorflow-model-remediation

Note: Make sure you are using TensorFlow 2.x.

Documentation

This library will ultimately contain a collection of techniques for addressing a wide range of concerns. For now it contains a single technique, MinDiff, which can help reduce performance gaps between example subgroups.

We recommend starting with the overview guide or trying it interactively in our tutorial notebook.

from tensorflow_model_remediation import min_diff
import tensorflow as tf

# Start by defining a Keras model.
original_model = ...

# Set the MinDiff weight and choose a loss.
min_diff_loss = min_diff.losses.MMDLoss()
min_diff_weight = 1.0  # Hyperparamater to be tuned.

# Create a MinDiff model.
min_diff_model = min_diff.keras.MinDiffModel(
    original_model, min_diff_loss, min_diff_weight)

# Compile the MinDiff model as you normally would do with the original model.
min_diff_model.compile(...)

# Create a MinDiff Dataset and train the min_diff_model on it.
min_diff_model.fit(min_diff_dataset, ...)

Disclaimers

If you're interested in learning more about responsible AI practices, including fairness, please see Google AI's Responsible AI Practices.

tensorflow/model_remediation is Apache 2.0 licensed. See the LICENSE file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tensorflow_model_remediation-0.1.6.tar.gz (64.1 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file tensorflow_model_remediation-0.1.6.tar.gz.

File metadata

  • Download URL: tensorflow_model_remediation-0.1.6.tar.gz
  • Upload date:
  • Size: 64.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.9

File hashes

Hashes for tensorflow_model_remediation-0.1.6.tar.gz
Algorithm Hash digest
SHA256 bd6ea7a51dc897e31533501db0a486edc4043e8f9185aab852a6ee042498dd1d
MD5 d5792ce28dc613ff0b38967c95c3f0f4
BLAKE2b-256 69d321a2e513d3832f9b437bc2f6b68457eb3961765f908e302a0acc59885cb8

See more details on using hashes here.

File details

Details for the file tensorflow_model_remediation-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: tensorflow_model_remediation-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 97.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.9

File hashes

Hashes for tensorflow_model_remediation-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 bbf448f0f4b5c3185cee39113256fba9c1608a8d1be373d1eb7481a9e7661f0f
MD5 41880581964b4a7eba66c7dae9e222ac
BLAKE2b-256 8e3a2b16b6f610a2c2e63b1f4b8685567a96b34089bae55b4a8540b4197cc081

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page