BaseConfig.load_yaml#

classmethod BaseConfig.load_yaml(path)[source]#

Read YAML file and load the data using from_yaml.

Parameters:

path (Path) – Path to YAML file containing parameters.

Returns:

Instance of class with attributes filled in from the YAML data.

Return type:

Instance of self