Platform |
Model |
Date |
Time |
{% if data.duration > 7200 %}
{% set unit = "h" %}
{% set divider = 3600 %}
{% 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 %}
Symbol |
Meaning |
Count |
{% include "partials/table_summary.html" %}
{% endif %}
Total score: {{ "%.6f" % (data.results | sum(attribute="score")) }}