Build Indicator Reporting Node

Build a single indicator for an algorithm

analysis_engine.indicators.build_indicator_node.build_indicator_node(node, label=None)[source]

Parse a dictionary in the algorithm config indicators list and return a dictionary

Supported values found in: analysis_engine/consts.py

Parameters:
  • node – single dictionary from the config’s indicators list
  • label – optional - string log tracking this class in the logs (usually just the algo name is good enough to help debug issues when running distributed)
Returns:

dictionary