Experiment Report: {{ dataset_name }} ({{ algorithm_name }})

Metadata

{% if fit_note %} {% endif %} {% for key, value in config.items() %} {% endfor %}
Algorithm{{ algorithm_name }}
Dataset{{ dataset_name }}
Expression {%- if best_expression_is_math -%} \( {{ best_expression_latex }} \) {%- else -%} {{ best_expression_latex }} {%- endif -%} {%- if best_expression_note %} ({{ best_expression_note }}) {%- endif -%}
Best {{ score_label | default("Score") }}{{ best_score }}
{{ r2 }}
NMSE{{ nmse }}
Metric domain{{ fit_note }}
Iterations{{ iterations }}
Early Stopped{{ early_stopped }}
config.{{ key }}{{ value }}
{% for fig in figures %}

{{ fig.title }}

{{ fig.title }}
{% if fig.description %}

{{ fig.description }}

{% endif %} {% endfor %} {% if plugin_figures %}

Plugin Plots

{% for fig in plugin_figures %}

{{ fig.title }}

{{ fig.title }}
{% if fig.description %}

{{ fig.description }}

{% endif %} {% endfor %} {% endif %} {% if warnings %}

Warnings

{% for w in warnings %}
{{ w }}
{% endfor %} {% endif %}
Full result (JSON, for debugging) — click to expand
{{ json_summary }}