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

All Results

Results include both labeled as "Relevant" and predicted as "Relevant".

{% for text in texts_info %}

{{ text["date"] }}



{{ text["text"] }}

Predicted probability: {{ text["proba"] }}
{% endfor %}
{% endblock %}