{% extends "base.html" %} {% block title %}Model Explain{% endblock %} {% block head %} {{ super() }}
{% endblock %} {% block content %}

{% include "base_results.html" %}

Partial Dependence Plot

Feature Interaction Plot

{% if not row_data %}

Not supported for this classifier

{% else %} {% endif %} {% endblock %}