experimentinfo
experimentinfo ¶
Module for experimentinfo
Classes¶
ExpIdNotFoundError ¶
Bases: Exception
Exception which is raised when an experiment id is not found
ExperimentInfo
dataclass
¶
Dataclass which holds information about an experiment but not the data
Functions¶
as_save_dict ¶
Returns a dictionary which can be saved to a yaml file
Source code in niceml/experiments/experimentinfo.py
Functions¶
experiment_info_factory ¶
Creates an experiment info from a dictionary
Source code in niceml/experiments/experimentinfo.py
get_exp_id_from_name ¶
Returns a 4 digit alphanumeric string with the experiment id. The id follows after 'id_' and follow with a non alphanumeric char.
Source code in niceml/experiments/experimentinfo.py
load_exp_info ¶
Loads an experiment info from a yaml file