Configurations

Configurations(self, **settings)

Object holding model configuration information.

Parameters

Name Type Description Default
settings dict Model configuration in dictionary format. {}

Methods

Name Description
from_file Initialize Configurations from a file.
generate_kwargs Generate keyword arguments.
get_path Get a Path to a file that is present in the object.
set Set a value in the configuration data.
setup_output_dir Set the output directory.
update Update the config settings object.
Back to top