mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-06-08 15:05:13 +02:00
Update version and docs
This commit is contained in:
parent
3feebe8973
commit
7fbd1e4b90
5 changed files with 3 additions and 36 deletions
|
|
@ -6,4 +6,4 @@ from apt import anonymization
|
|||
from apt import minimization
|
||||
from apt import utils
|
||||
|
||||
__version__ = "0.0.3"
|
||||
__version__ = "0.0.4"
|
||||
|
|
@ -12,8 +12,5 @@ them to new data.
|
|||
|
||||
It is also possible to export the generalizations as feature ranges.
|
||||
|
||||
The current implementation supports only numeric features, so any categorical features must be transformed to a numeric
|
||||
representation before using this class.
|
||||
|
||||
"""
|
||||
from apt.minimization.minimizer import GeneralizeToRepresentative
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ copyright = '2021, IBM'
|
|||
author = 'Abigail Goldsteen'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '0.0.3'
|
||||
release = '0.0.4'
|
||||
|
||||
master_doc = 'index'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,30 +0,0 @@
|
|||
tests package
|
||||
=============
|
||||
|
||||
Submodules
|
||||
----------
|
||||
|
||||
tests.test\_anonymizer module
|
||||
-----------------------------
|
||||
|
||||
.. automodule:: tests.test_anonymizer
|
||||
: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:
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
[metadata]
|
||||
# replace with your username:
|
||||
name = ai-privacy-toolkit
|
||||
version = 0.0.3
|
||||
version = 0.0.4
|
||||
author = Abigail Goldsteen
|
||||
author_email = abigailt@il.ibm.com
|
||||
description = A toolkit for tools and techniques related to the privacy and compliance of AI models.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue