|
1 |
| -# tc2website-flask |
2 |
| -Hello, this is the flask implementation for tdc-2 website. Our documentation is still under development. For most matters, you can refer to theh original TDC repo. |
| 1 | +# tc2website-flask (+ nextjs) |
| 2 | +Hello, this is the flask implementation for tdc-2 website (UPDATE: with nextjs). Our documentation is still under development. For most matters, you can refer to the TDC repo. |
3 | 3 |
|
4 |
| -We have developed a new more decentralized method for adding entries to TDC leaderboards. Use the following minimalist guide to add your entries to the leaderboards. |
| 4 | +We have developed a new, more decentralized method for adding entries to TDC leaderboards. Follow the following minimalist guide to add your entries. |
5 | 5 |
|
6 | 6 | To add your entry to the leaderboard, add your results to the corresponding leaderboard in this file
|
7 | 7 | https://github.com/mims-harvard/tdc2website-flask/blob/main/benchmark/leaderboards.py
|
8 | 8 | You must match the format for your leaderboard in that file. In short, the format is as follows:
|
9 | 9 |
|
10 |
| -1. On the fourth item of the list paired to your leaderboard, you will find a list with entries corresponding to the metadata for your entry as well as the |
| 10 | +1. On the fourth item of the list paired with your leaderboard, you will find a list with entries corresponding to the metadata for your entry and the |
11 | 11 | mean value for the leaderboard metric. Fill out this information and add an entry to that list.
|
12 | 12 |
|
13 |
| -2. On the fifth item of the list paired to your leaderboard, you will find a list containing entries with the metric value and standard deviation. Add your numbers to that list. |
| 13 | +2. On the fifth item of the list paired to your leaderboard, you will find a list containing the metric value and standard deviation entries. Add your numbers to that list. |
14 | 14 |
|
15 |
| -Last, create a PR for this repo and contact @amva13 or [email protected] to get approval! |
| 15 | +Last, create a PR for this repo and contact @amva13 or [email protected] for approval! |
16 | 16 |
|
17 | 17 | The PR must include the following in the description:
|
18 | 18 |
|
|
0 commit comments