mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-04-25 04:46:21 +02:00
* Remove tensorflow dependency if not using keras model * Remove xgboost dependency if not using xgboost model * Documentation updates Signed-off-by: abigailt <abigailt@il.ibm.com>
9 lines
143 B
Python
9 lines
143 B
Python
"""
|
|
The AI Privacy Toolbox (apt).
|
|
"""
|
|
|
|
from apt import anonymization
|
|
from apt import minimization
|
|
from apt import utils
|
|
|
|
__version__ = "0.2.0"
|