{% extends "base/base.html" %} {% load static %} {% block title %} ID Predictions {% endblock title %} {% block page_heading %} ID Predictions {% endblock page_heading %} {% block main_content %}
Note that this table only shows papers which are prenamed or have predicted IDs
Paper | Identified | Prenamed ID | Predicted ID (LAP) | Certainty | Predicted ID (Greedy) | Certainty | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ pn }} {% if dat.image_pk %} {% endif %} | {% if 'identified' in dat %}{{ dat.identified }} | {% else %}{{ dat.status }} | {% endif %} {% if 'prename' in dat %}{{ dat.prename.0 }} | {% else %}{% endif %} {% if 'MLLAP' in dat %} | {{ dat.MLLAP.0 }} | {{ dat.MLLAP.1 }} | {% else %}{% endif %} {% if 'MLGreedy' in dat %} | {{ dat.MLGreedy.0 }} | {{ dat.MLGreedy.1 }} | {% else %}{% endif %} |