list_models

getml.models.list_models()

Lists all models present in the engine.

Note that this function only lists models which are part of the current project. See set_project() for changing projects and models for more details about the lifecycles of the models.

To subsequently load one of them, use load_model().

Raises

IOError – If command could not be processed by the engine.

Returns

Containing two fields.

  • ’multirel_models’

    Lists all models corresponding to the MultirelModel handler.

  • ’relboost_models’

    Lists all models corresponding to the RelboostModel handler.

Return type

dict