{% extends "collections/paginated_base.html" %} {% block page_title %}Models{% endblock %} {% block action_button %} {% if meta.can_edit and meta.enabled_features.MODEL_BUILDING %} {% endif %} {% endblock action_button %} {% block action_modals %} {% if meta.enabled_features.MODEL_BUILDING %} {% include "modals/collections/new_model_modal.html" %} {% endif %} {% endblock action_modals %} {% block description %}

A model applies machine learning to limit the combinatorial explosion.

Learn more >> {% endblock description %}