mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-04-29 23:06:21 +02:00
Blackbox predict method (#43)
* Support output probabilities * Support black box classifier with predict method * Update requirements (security alert #1)
This commit is contained in:
parent
bb224cd3dd
commit
c6eb553a9f
5 changed files with 159 additions and 50 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from apt.utils.models.model import Model, BlackboxClassifier, ModelOutputType, ScoringMethod
|
||||
from apt.utils.models.model import Model, BlackboxClassifier, ModelOutputType, ScoringMethod, \
|
||||
BlackboxClassifierPredictions, BlackboxClassifierPredictFunction
|
||||
from apt.utils.models.sklearn_model import SklearnModel, SklearnClassifier, SklearnRegressor
|
||||
from apt.utils.models.keras_model import KerasClassifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue