{% from "macros.html" import excel_button %}
Model | Metric | Platform | Date | Time | Stratified | Title | Score | |
---|---|---|---|---|---|---|---|---|
{{ parts[2] }} | {{ parts[1] }} | {{ parts[3] }} | {{ parts[4] }} | {{ parts[5] }} | {{ 'True' if stratified =='1' else 'False' }} | {{ "%s" % data["title"] }} | {{ "%.6f" % data["score"] }} | {% set file_best = "best_results_" ~ parts[1] ~ "_" ~ parts[2] ~ ".json" %} |