Models

xaib.base.Model

Models are defined as generic as possible to be able to cover any use-case - from classification and regression to segmentation and language modelling. Here are the list of ones that are available in the moment.

Note

The requirement is that all models should be able to work with batches.

SVC

xaib.evaluation.model_factory.py

classification black_box

MLPClassifier

xaib.evaluation.model_factory.py

classification black_box

KNeighborsClassifier

xaib.evaluation.model_factory.py

classification white_box