nvflare.app_common.executors.statistics.statistics_executor module

class StatisticsExecutor(generator_id: str, precision=4)[source]

Bases: ErrorHandlingExecutor

Parameters:
  • generator_id – id of the statistics component

  • precision – number of precision digits

get_data_kind() str[source]
get_task_handler(fl_ctx: FLContext)[source]