mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-04-28 06:16:23 +02:00
Keras regression support
This commit is contained in:
parent
a7d156660e
commit
77a6e08c8e
4 changed files with 85 additions and 63 deletions
|
|
@ -2,4 +2,4 @@ from apt.utils.models.model import Model, BlackboxClassifier, ModelOutputType, S
|
|||
BlackboxClassifierPredictions, BlackboxClassifierPredictFunction, get_nb_classes, is_one_hot, \
|
||||
check_correct_model_output
|
||||
from apt.utils.models.sklearn_model import SklearnModel, SklearnClassifier, SklearnRegressor
|
||||
from apt.utils.models.keras_model import KerasClassifier
|
||||
from apt.utils.models.keras_model import KerasClassifier, KerasRegressor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue