This is what a default config looks like.
It has 4 top level keys :
fitting
: everything related to fittingforecast
: parameters related to forecastinguncertainty
: parameters related to uncertainty estimationlogging
: parameters related to logging on ML Flow
We may add a 5th key for whatifs
scenarios, but that depends on how formally intergrated that becomes to the end to end pipeline.
data
:tables
: list of tables to retrieve from Athena DBschema
: name of the schema in Athena DBstaging_dir
: name of the S3 staging directorylabel
: label used to name all associated artifacts
model
:variable_param_ranges
:default_params
:optimiser
:optimiser_params
: str. Can beGridSearch
orBO_Hyperopt
num_evals
: intalgo
: str. Can betpe
(TPE),atpe
(adaptive TPE), orrand