Models¶
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
MLPClassifier¶
xaib.evaluation.model_factory.py
KNeighborsClassifier¶
xaib.evaluation.model_factory.py