leaf_engine.params

Attributes

params

Functions

setup_params(→ None)

Updates the global params variable. This variable is available with:

Module Contents

leaf_engine.params.setup_params(params_: dict) None

Updates the global params variable. This variable is available with:

>>> from leaf_engine.params import params

#TODO Add parameters schema validation.

Parameters:
  • params (dict) – Parameters dictionary.

  • params_ (dict) –

Raises:

TypeError – Unknown parameters type.

Return type:

None

leaf_engine.params.params