Query Model
Run predictions against your trained model or review SHAP-based explanations
{% if not has_model %}
{# ── Predict panel ── #}
{% if not features %}
No feature profile found. Run the pipeline through the profile node first.
{% else %}
Enter feature values
{% for feat in features %}
{% endfor %}
{% endif %}
{# ── Explain panel ── #}
{% endif %}
{% endblock %}