{% if refresh %} {% endif %} FEDn Reducer

{% block content %} {% if refresh %}
{% endif %} {% if seed %}
{% if not h_latest_model_id %}
{% else %}
{% for key in model_info.keys() %} {% endfor %}
Model ID Committed at
{{ key }} {{ model_info[key] }}
{% endif %}
{% endif %} {% if not refresh and not seed and not show_plot and not network_plot %}
Active model: {{ compute_package }}
{% endif %} {% endblock %} {% if show_plot %}
Model evaluation
Distribution over clients
{% if not box_plot %} {% else %}
{% endif %}
Model evaluation
Client average metrics
{% if not table_plot %} {% else %}
{% endif %}
Aggregated client profile and training time distribution
{% if not clients_plot %} {% else %}
{% endif %}
{% endif %} {% if network_plot %}
FEDn network (map)
{% if not map_plot %} {% else %}
{% endif %}
Combiners
{% if not combiner_info %} {% else %} {% for dict_item in combiner_info %} {% endfor %}
Name Active clients IP Country Region City
{{ dict_item['name'] }} {{ dict_item['nr_active_clients'] }} {{ dict_item['ip'] }} {{ dict_item['country'] }} {{ dict_item['region'] }} {{ dict_item['city'] }}
{% endif %}
Round time
{% if not round_time_plot %} {% else %}
{% endif %}
Combiner load
{% if not combiners_plot %} {% else %}
{% endif %}
Controller MEM and CPU Monitoring
{% if not mem_cpu_plot %} {% else %}
{% endif %}
{% endif %}