mirror of
https://github.com/IBM/ai-privacy-toolkit.git
synced 2026-05-02 16:22:37 +02:00
Create initial version of wrappers for models (#1)
* New wrapper classes for models
This commit is contained in:
parent
9de078f937
commit
b0c6c4d28e
8 changed files with 325 additions and 4 deletions
2
apt/utils/models/__init__.py
Normal file
2
apt/utils/models/__init__.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
from apt.utils.models.model import Model, ModelWithLoss, SingleOutputModel, MultipleOutputModel
|
||||
from apt.utils.models.sklearn_model import SklearnModel, SklearnClassifier, SklearnRegressor
|
||||
Loading…
Add table
Add a link
Reference in a new issue