mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-04-30 23:36:22 +02:00
Increase version to 0.2.0 (#74)
* 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>
This commit is contained in:
parent
782edabd58
commit
8a9ef80146
25 changed files with 306 additions and 152 deletions
|
|
@ -4,6 +4,14 @@ apt.utils.models package
|
|||
Submodules
|
||||
----------
|
||||
|
||||
apt.utils.models.keras\_model module
|
||||
------------------------------------
|
||||
|
||||
.. automodule:: apt.utils.models.keras_model
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
apt.utils.models.model module
|
||||
-----------------------------
|
||||
|
||||
|
|
@ -12,6 +20,14 @@ apt.utils.models.model module
|
|||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
apt.utils.models.pytorch\_model module
|
||||
--------------------------------------
|
||||
|
||||
.. automodule:: apt.utils.models.pytorch_model
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
apt.utils.models.sklearn\_model module
|
||||
--------------------------------------
|
||||
|
||||
|
|
@ -20,6 +36,13 @@ apt.utils.models.sklearn\_model module
|
|||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
apt.utils.models.xgboost\_model module
|
||||
--------------------------------------
|
||||
|
||||
.. automodule:: apt.utils.models.xgboost_model
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue