mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-05-01 07:46:21 +02:00
* keras wrapper + blackbox classifier wrapper (fix #7) * fix error in NCP calculation * Update notebooks * Fix #25 (incorrect attack_feature indexes for social feature in notebook) * Consistent naming of internal parameters
3 lines
243 B
Python
3 lines
243 B
Python
from apt.utils.models.model import Model, BlackboxClassifier, ModelOutputType, ScoringMethod
|
|
from apt.utils.models.sklearn_model import SklearnModel, SklearnClassifier, SklearnRegressor
|
|
from apt.utils.models.keras_model import KerasClassifier
|