expmember
expmember ¶
Module for a base ExpMember
Classes¶
ExpMember
dataclass
¶
ExpMember class to describe and validate experiments
Functions¶
__lt__ ¶
ExpMembers without folders come first otherwise sort after name
Source code in niceml/experiments/schemas/expmember.py
get_docstring ¶
Returns a docstring for an ExpMember
Source code in niceml/experiments/schemas/expmember.py
FolderMember ¶
Bases: ExpMember
This member is a folder containing arbitrary files with specific extensions
Initialize a member that is a folder containing arbitrary files with specific extensions
Source code in niceml/experiments/schemas/expmember.py
Functions¶
get_docstring ¶
The get_docstring function is used to generate the docstring for an instance of
FolderMember
. The function takes no arguments and returns a string
containing the ReST formatted docstring.
Returns:
-
str
–A docstring for an instance of
FolderMember