mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-05-06 10:32:38 +02:00
Initial version of data minimization
This commit is contained in:
parent
60d48ab388
commit
b6ea416bcb
7 changed files with 857 additions and 8 deletions
7
apt/minimization/__init__.py
Normal file
7
apt/minimization/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
"""
|
||||
Module providing data minimization for ML.
|
||||
|
||||
|
||||
|
||||
"""
|
||||
from apt.minimization.minimizer import GeneralizeToRepresentative
|
||||
Loading…
Add table
Add a link
Reference in a new issue