datmo.logger module

class datmo.logger.Logger(task_dir='/task')[source]

Logger is a class to enable user to store properties

config

dictionary containing input or output configs from the run

Type:dict
results

dictionary containing output results from the run

Type:dict
log_config(config)[source]

Saving the configuration dictionary for the run

log_results(results)

Saving the result dictionary for the run

Raises:InvalidArgumentType
log_config(config)[source]
log_result(results)[source]