aieoa / aieoa/icd10-lab

Build Interactive Leaderboard

Aberta
#11 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Python
Estrelas
1
Forks
1
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

interactive table listing experiment configuration, benchmark and metrics, sortable by benchmark and one representative metric. Top 3 approaches for each benchmark will be listed in the README.md.

Subtask 1: Provide script that updates a dedicated section in README.md with the current best performing approaches that are parsed from a dedicated results folder. Along the lines:
```Python
leaderboard = df.sort_values(by='your_metric', ascending=False)
return leaderboard.to_markdown(index=False)
```

Metric might be 5-Accuracy and top 3 are reported for each benchmark.

Subtask 2: Provide interactive HTML leaderboard linked on README.md that
- is hosted using GitHub Pages.
- is a dynamic web page with JavaScript libraries (DataTables, riversun/sortable-table, etc.) that supports sorting/filtering

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.