mlpy.tools.configuration.ConfigMgr.get

ConfigMgr.get(key)[source]

Return the value for the given key.

Parameters:

key : str

The key for the configuration. Concatenate keys by dots (.) to access keys at deeper levels in the configuration.

Raises:

KeyError

If the key does not exist in the configuration