{% extends 'base.html' %} {% block content %}

{{ request.url.path }} Endpoint

This endpoint is used to document and see what type of output the model gives on calling the predict endpoint. To download the data, submit the form or POST to this endpoint

Output results: {{ output_data | pprint }}

Download Predict Test Data

{% include 'data_format_form.html' %}
{% endblock content %}