mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 16:35:54 +00:00
740 B
740 B
{% for item in data.results %}
{{ item.dataset }}
{{ '{:,}'.format(item.samples) }}
{{"%d" % item.features}}
{{"%d" % item.classes}}
{{ '{:,.2f}'.format(item.nodes|float) }}
{{ '{:,.2f}'.format(item.leaves|float) }}
{{ '{:,.2f}'.format(item.depth|float) }}
{{"%.6f±%.4f" % (item.score, item.score_std)}} {{ item.symbol|safe }}
{{"%.6f±%.4f" % (item.time, item.time_std)}}
{{ item.hyperparameters }}
{% endfor %}