bluepyemodel.export_emodel.export_emodel

Export the emodels in the SONATA format

Functions

export_emodels_hoc(access_point[, ...])

Export a set of emodels to a set of folder named after them.

export_emodels_sonata(access_point[, ...])

Export a set of emodels to a set of folder named after them.

export_emodels_hoc(access_point, only_validated=False, only_best=True, seeds=None, new_emodel_name=None, new_metadata=None)

Export a set of emodels to a set of folder named after them. Each folder will contain a hoc version of the model.

export_emodels_sonata(access_point, only_validated=False, only_best=True, seeds=None, map_function=<class 'map'>, new_emodel_name=None, new_metadata=None)

Export a set of emodels to a set of folder named after them. Each folder will contain a sonata nodes.h5 file, the morphology of the model and a hoc version of the model.