Local Data Statistic
Introduction
Local data statistic is a module that calculates several statistical indicators of features, including mean, maximum and minimum, median, etc.
Parameter List
identity: str Federated identity of the party, should be one of label_trainer or trainer.
- model_info:
name:
strModel name, should be local_data_statistic.
- input:
- dataset:
type:
strInput dataset type, support csv.path:
strFolder path of input dataset.name:
strFile name of input dataset.has_label:
boolWhether dataset has label column.has_id:
boolWhether dataset has id.
- output:
path:
strFolder path of output.- summary:
name:
strFile name of output result.
- train_info:
- train_params:
quantile:
listThe quantile(s) to compute, default [0.25, 0.5, 0.75].