Conf

class pymiso.Conf(data_dir: str)[source]

Bases: object

Class for handling model configuration from the config.yaml file

Methods Summary

load()

Load the config.yaml file and set the parameters as attributes

Methods Documentation

load()[source]

Load the config.yaml file and set the parameters as attributes

__init__(data_dir: str)[source]

Initialize the Conf class instance

Parameters:

data_dir (str) – The directory where the config.yaml file is located