Add more to wrappers

This commit is contained in:
abigailt 2022-03-15 11:42:57 +02:00 committed by olasaadi
parent a2b560920f
commit a9162fbc43
6 changed files with 86 additions and 38 deletions

View file

@ -1,2 +1,2 @@
from apt.utils.models.model import Model
from apt.utils.models.model import Model, ModelOutputType
from apt.utils.models.sklearn_model import SklearnModel, SklearnClassifier, SklearnRegressor