Module: model_remediation.min_diff.keras.utils
Stay organized with collections
Save and categorize content based on your preferences.
Utility functions and classes for integrating MinDiff.
Classes
class MinDiffPackedInputs
: Named tuple containing both original_inputs
and min_diff_data
.
Functions
build_min_diff_dataset(...)
: Build MinDiff dataset from sensitive and nonsensitive datasets.
pack_min_diff_data(...)
: Packs min_diff_data
with the x
component of the original dataset.
unpack_min_diff_data(...)
: Unpacks min_diff_data
from a utils.MinDiffPackedInputs
instance.
unpack_original_inputs(...)
: Unpacks original_inputs
from a utils.MinDiffPackedInputs
instance.
validate_min_diff_structure(...)
: Validates that struct
is a valid MinDiff structure.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-05-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-05-11 UTC."],[],[]]