secml.model_zoo

load_model

secml.model_zoo.load_model.load_model(model_id)[source]

Load a pre-trained classifier.

Returns a pre-trained SecML classifier given the id of the model.

Check https://gitlab.com/secml/secml-zoo for the list of available models.

Parameters
model_idstr

Identifier of the pre-trained model to load.

Returns
CClassifier

Desired pre-trained model.