Counterfactual Decision Storyboard
Explore different paths to reach your desired outcome.
{% for strategy, data in paths.items() %} {% if data %}
{{ strategy }} Path
{{ data.narrative }}
Required Changes:
{% for feature, change in data.changes.items() %}
{{ metadata.get_feature_name(feature) }}
: Change from
{{ change['from'] }}
to
{{ change['to'] }}
{% endfor %}
{% endif %} {% endfor %}