mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-15 15:35:52 +00:00
4.4 KiB
4.4 KiB
<html lang="en">
<head>
<style>
body {
font-family: Courier;
}
</style>
</head>
{% set center = "has-text-centered" %}
{% set right = "has-text-right" %}
</html>
{{ data.title }}
{% if data.duration > 7200 %}
{% set unit = "h" %}
{% set divider = 3600 %}
{% else %}
{% set unit = "min" %}
{% set divider = 60 %}
{% endif %}
{% include "partials/table_report.html" %}
{% if summary|length > 0 %}
Platform | Model | Date | Time | Duration ({{ unit }}) | Stratified | Discretized | # Folds | |||
---|---|---|---|---|---|---|---|---|---|---|
{{ data.platform }} | {{ data.model }} {{ data.version }} | {{ data.date}} | {{ data.time}} | {{ "%.2f" % (data.duration/divider) }} | {{ data.stratified }} | {{ data.discretized }} | {{ data.folds }} | |||
Language | {{ data.language }} {{ data.language_version }} | Seeds | {{ data.seeds }} |
Dataset | Samples | Features | Classes | Nodes | {{data.score_name|capitalize}} | Time | hyperparameters |
---|
{% include "partials/table_summary.html" %}
{% endif %}
Symbol | Meaning | Count |
---|