floatcsep.experiment.Experiment.set_models

Experiment.set_models(model_config, order=None)[source]

Parse the models’ configuration file/dict. Instantiates all the models as floatcsep.model.Model and store them into Experiment.models.

Parameters:
  • model_config (dict, list, str) – configuration file or dictionary containing the model initialization attributes, as defined in Model()

  • order (list) – desired order of models