elicito.types#
specification of custom types
Classes:
| Name | Description |
|---|---|
ExpertDict |
typed dictionary of specification of |
Hyper |
Typed dictionary for specification of |
Initializer |
typed dictionary for specification of initialization method |
MetaSettings |
Typed dictionary for specification of meta settings in |
NFDict |
Typed dictionary for specification of normalizing flow |
Parallel |
Typed dictionary for specification of parallelization |
Parameter |
Class for specification of a parameter, inheriting from |
QueriesDict |
Typed dictionary for specification of |
Target |
Class for specification of a target, inheriting from |
Trainer |
typed dictionary for specification of |
Uniform |
typed dictionary for specification of initialization distribution |
ExpertDict #
Hyper #
Initializer #
Bases: TypedDict
typed dictionary for specification of initialization method
Source code in src/elicito/types.py
MetaSettings #
NFDict #
Parallel #
Parameter #
Class for specification of a parameter, inheriting from dict.
Methods:
| Name | Description |
|---|---|
__repr__ |
Return a readable summary of the object. |
__str__ |
Return a readable summary of the object. |
Source code in src/elicito/types.py
__str__ #
__str__() -> str
Return a readable summary of the object.
Source code in src/elicito/types.py
QueriesDict #
Target #
Class for specification of a target, inheriting from dict.
Methods:
| Name | Description |
|---|---|
__repr__ |
Return a readable summary of the object. |
__str__ |
Return a readable summary of the object. |