\ No newline at end of file
+
diff --git a/benchmark/scripts/app/templates/partials/table_report_bulma.html b/benchmark/scripts/app/templates/partials/table_report_bulma.html
index 86859e7..07e87db 100644
--- a/benchmark/scripts/app/templates/partials/table_report_bulma.html
+++ b/benchmark/scripts/app/templates/partials/table_report_bulma.html
@@ -1,75 +1,80 @@
-
-
-
-
-
-
{{ data.title }}
-
+
+
+
+
+
+
{{ data.title }}
-
-
-
-
-
-
-
-
Platform
-
Model
-
Date
-
Time
- {% if data.duration > 7200 %}
+
+
+
+
+
+
+
+
+
Platform
+
Model
+
Date
+
Time
+ {% if data.duration > 7200 %}
{% set unit = "h" %}
{% set divider = 3600 %}
- {% else %}
+ {% else %}
{% set unit = "min" %}
{% set divider = 60 %}
- {% endif %}
-
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_report.html" %}
-
-
- {% if summary|length > 0 %}
+ {% endif %}
+
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
+
{{ app_config.nodes }}
+
{{ app_config.leaves }}
+
{{ app_config.depth }}
+
{{ data.score_name|capitalize }}
+
Time
+
hyperparameters
+
+
+
+ {% include "partials/table_report.html" %}
+
+
+ {% if summary|length > 0 %}
@@ -82,12 +87,14 @@
{% include "partials/table_summary.html" %}