| Trait | {{ trait_name or "n/a" }} |
|---|---|
| Samples | {{ n_samples }} |
| Markers | {{ n_markers }} |
| {{ key }} | {{ value }} |
|---|
| Model | r | r2 | RMSE | Spearman | Runtime (s) |
|---|---|---|---|---|---|
| {{ result.model_abbreviation }} | {{ "%.3f"|format(result.mean_metrics.get("r", 0) or 0) }} | {{ "%.3f"|format(result.mean_metrics.get("r2", 0) or 0) }} | {{ "%.3f"|format(result.mean_metrics.get("rmse", 0) or 0) }} | {{ "%.3f"|format(result.mean_metrics.get("spearman", 0) or 0) }} | {{ "%.2f"|format(result.total_time_seconds) }} |
| {{ key }} | {% endfor %}
|---|
| {{ "%.4f"|format(result.mean_metrics.get(key, 0) or 0) }} | {% endfor %}
Folds: {{ result.per_fold_metrics|length }} · Total time: {{ "%.2f"|format(result.total_time_seconds) }}s