tpcp.get_results#

tpcp.get_results(instance: Algorithm) Dict[str, Any][source]#

Get all Results of the Algorithm.

“Results” or “Attributes” are all values considered results of the algorithm. They are indicated by a trailing “_” in their name. The values are only populated after the action method of the algorithm was called.

Returns
paramsdict

Parameter names mapped to their values.

Raises
AttributeError

If one or more of the attributes are not retrievable from the instance. This usually indicates that the action method was not called yet.