mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-04-27 05:46:22 +02:00
Add data minimization functionality to the ai-privacy-toolkit (#3)
* Fix directory issue when running tests for first time * Initial version of data minimization * Update version and documentation * Fix documentation
This commit is contained in:
parent
bcc3d67ba4
commit
f2e1364b43
14 changed files with 920 additions and 34 deletions
|
|
@ -8,15 +8,23 @@ tests.test\_anonymizer module
|
|||
-----------------------------
|
||||
|
||||
.. automodule:: tests.test_anonymizer
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
tests.test\_minimizer module
|
||||
----------------------------
|
||||
|
||||
.. automodule:: tests.test_minimizer
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
.. automodule:: tests
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue