Initial version of data minimization

This commit is contained in:
abigailt 2021-07-12 14:59:24 +03:00
parent 60d48ab388
commit b6ea416bcb
7 changed files with 857 additions and 8 deletions

View file

@ -0,0 +1,7 @@
"""
Module providing data minimization for ML.
"""
from apt.minimization.minimizer import GeneralizeToRepresentative