mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-16 07:35:51 +00:00
2.8 KiB
2.8 KiB
{% from "macros.html" import excel_button %}
{{ excel_button('', 'excel_select') }}
{% for file, data in files.items() %}
{% set parts = file.split('_') %}
{% set stratified = parts[6].split('.')[0] %}
{% endfor %}
Comparing with best results
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" %} |