A Mean FeautureCloud app, allowing the computation of a federated mean. This repository can be used as a template repository and is a good starting point for you own implementations.
- data.csv containing the comma seperated local values
- output.csv containing the global mean
Does not support any other apps to be executed in a workflow. This app is only available to support developers in their own implementations.
Use the config file to customize your training. Just upload it together with your training data as config.yml
fc_mean
input_name: "data.csv"
output_name: "output.csv"