{% if algo %}
Algorithm: {{ algo.name }}
ID: {{ algo.id }}
Python Class: {{ algo.class_name }}
{% else %} No Algorithm selected. Use the buttons the left to select one. {% endif %}
An Algorithm is a specific ML algorithm.