bluepyemodel.emodel_pipeline.memodel

MEModel class

Classes

MEModel([seed, emodel_metadata, emodel_id, ...])

Combination of an EModel and a Morphology.

class MEModel(seed=None, emodel_metadata=None, emodel_id=None, morphology_id=None, validated=False, status='initialized')

Bases: EModelMixin

Combination of an EModel and a Morphology. Should contain ids of these resources, as well as analysis plotting figure paths.

Init

Parameters:
  • seed (int) – seed used during optimisation for this emodel.

  • emodel_metadata (EModelMetadata) – metadata of the model (emodel name, etype, ttype, …)

  • emodel_id (str) – nexus if of the e-model used in this me-model

  • morphology_id (str) – nexus id of the morphology used in this me-model

  • validated (bool) – whether the MEModel has been validated by user

  • status (str) – whether the analysis has run or not. Can be “initialized” or “done”.