Skip to content
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5cb5d27
leaderboard
PascalIversen Jan 13, 2026
5fbd0ee
added leaderboard to readme
PascalIversen Jan 13, 2026
1faa0a7
leaderbaord
PascalIversen Jan 13, 2026
f148610
font size
PascalIversen Jan 13, 2026
28e4c0b
font size and removed std
PascalIversen Jan 13, 2026
cf4ccde
black bg
PascalIversen Jan 13, 2026
3204501
true black bg and cache busting
PascalIversen Jan 13, 2026
d37f885
matching githubs darkmode :)
PascalIversen Jan 13, 2026
0c4095f
matching githubs darkmode :)
PascalIversen Jan 13, 2026
ede23c8
cache busting again
PascalIversen Jan 13, 2026
43b378f
I always forget mypy
PascalIversen Jan 13, 2026
58682ef
lightmode friendlier
PascalIversen Jan 13, 2026
ee11959
forgot to add images
PascalIversen Jan 13, 2026
bb5f0a0
line fix
PascalIversen Jan 13, 2026
6f2e296
simplify colors
PascalIversen Jan 13, 2026
3b1a999
rm alpha :D
PascalIversen Jan 13, 2026
3904622
Update drevalpy/visualization/create_leaderboard.py
PascalIversen Jan 13, 2026
a99b3b8
Update drevalpy/visualization/create_leaderboard.py
PascalIversen Jan 13, 2026
eb728a9
update plots again
PascalIversen Jan 13, 2026
94cf1a8
update plots again again
PascalIversen Jan 13, 2026
b98e087
update plots again again
PascalIversen Jan 13, 2026
8f106d6
Update drevalpy/visualization/create_leaderboard.py
PascalIversen Jan 13, 2026
98aa5c1
Update drevalpy/visualization/create_leaderboard.py
PascalIversen Jan 13, 2026
7244508
more changes to the plot
PascalIversen Jan 13, 2026
6d8f738
Update drevalpy/visualization/create_leaderboard.py
PascalIversen Jan 13, 2026
9f2722e
Merge branch 'development' into leaderboard
PascalIversen Jan 13, 2026
e61315a
capitalized N
PascalIversen Jan 13, 2026
5748b82
capitalized N
PascalIversen Jan 13, 2026
9c94d0b
merge
PascalIversen Jan 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ Use DrEval to build drug response models that have an impact

---

<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/_static/img/leaderboard_dark.png?v=4">
<source media="(prefers-color-scheme: light)" srcset="docs/_static/img/leaderboard_light.png?v=4">
<img alt="DrEvalPy Leaderboard" src="docs/_static/img/leaderboard_dark.png?v=4">
</picture>

---

This project is a collaboration of the Technical University of Munich (TUM, Germany)
and the Freie Universität Berlin (FU, Germany).

Expand Down
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,10 @@ Use DrEval to build drug response models that have an impact

This project is a collaboration of the Technical University of Munich (TUM, Germany)
and the Freie Universität Berlin (FU, Germany).

Leaderboard
-----------

.. image:: docs/_static/img/leaderboard.png
:alt: DrEvalPy Leaderboard
:align: center
1 change: 1 addition & 0 deletions docs/_static/img/DrugResponseEvalLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/img/leaderboard_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/img/leaderboard_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading