{% include 'header.html' %}
|
{{table_algo_name}}
|
{{table_n_selected}}
|
{{table_n_shown}}
|
{{table_avg_rating}}
|
|---|---|---|---|
| {{key}} | {{value}} | {{(n_recommended / (n_selected_per_algorithm|length))|int}} | {{n_avg_rating_per_algorithm[key]}} |
| TOTAL: | {{n_selected_per_algorithm.values()|sum}} | {{n_recommended}} | {{(n_avg_rating_per_algorithm.values()|sum) / (n_avg_rating_per_algorithm|length)}} |
| Preference Elicitation | {{n_selected_elicitation}} | {{n_total_elicitation}} |
{{auto_redirect}}.