| Stage | Status |
|---|---|
| {{ stage.name }} | {% if stage.completed %} ✓ COMPLETED {% elif stage.enabled %} ✗ FAILED {% else %} − DISABLED {% endif %} |
No data available
| Model | Initial | Final | Retention |
|---|---|---|---|
| {{ model.model_name }} | {{ model.initial }} | {{ model.final }} | {% set retention = (model.final / model.initial * 100) if model.initial > 0 else 0 %} {{ "%.1f"|format(retention) }}% |
SA Score (lower = easier)
SYBA Score (higher = easier)
RA Score (higher = easier)
Distribution quality metrics computed at key pipeline stages. Shows how molecular diversity, uniqueness, and filter passage rates evolve through the filtering funnel.
| Metric | {% for stage in data.moleval.stages %}{{ stage }} | {% endfor %}
|---|---|
| {{ metric }} | {% for stage in data.moleval.stages %} {% set val = data.moleval.by_stage[stage][metric] if metric in data.moleval.by_stage.get(stage, {}) else None %}{% if val is not none %}{{ "%.4f"|format(val) }}{% else %}—{% endif %} | {% endfor %}