{{params.__dict__['model_name']}}
{% include "robot_large.svg" %}
Metrics
{% for k in metrics %}
{{ k }}: {{ metrics[k] }}
{% endfor %}
{% for k in charts %} {% endfor %}
{% for k in charts %}
{% endfor %}
{% if external_ds_id %}
Evaluation generated from external prediction dataset '{{external_ds_id}}'
{% elif data_partition %}
Evaluation generated from {{params.data_partition}} data partition
{% else %}
Metrics represent best available out of sample scores for the model
{% endif %}