{% if model %}
Model: {{ model.name }}
ID: {{ model.id }}
CatalogTag: {{ catalog_tag.name }}
Algorithm: {{ algo.name }}
{% else %}
No Model selected. Use the buttons the left to select or load one.
If you want to load a new Model you will need to select an Algorithm and CatalogTag first.
{% endif %}
A Model is a specific ML model that is trained to work with a specific Algorithm,
On a particular type of data (CatalogTag).