{% extends "objects/model/_model_base.html" %} {% load static %} {% load envipytags %} {% block libraries %} {% endblock %} {% block usemodel %} {% if model.ready_for_prediction %}
Predict
{% endif %} {% if model.ready_for_prediction and model.app_domain %}
Applicability Domain Assessment
{% endif %} {% endblock %} {% block evaluation %} {# prettier-ignore-start #} {% if model.model_status == 'FINISHED' %}
Precision Recall Curve
{% if model.multigen_eval %}
Multi Gen Precision Recall Curve
{% endif %} {% endif %} {# prettier-ignore-end #} {% endblock %}