scmidas.config

Contents

scmidas.config#

scmidas.config.load_config(config_path: str = None, config_name: str = 'default')[source]#

Load configurations from file to construct the model.

Parameters:
  • config_path – str Path of the configuration file. End with ‘.toml’. If not given, use the ‘scmidas/model_config.toml’.

  • config_name – str Item name from the configuration.