Commit History

Animation and JS for spinner removed to lighten load
5be31ed

idolezal commited on

Spinner displayed directly in the block because it did not display in `::after`
f4a515a

idolezal commited on

Added spinner for waiting on bokeh graph
4a16f32

idolezal commited on

Add headings
b22a46b

idolezal commited on

Drop unwanted CSS
b8428eb

idolezal commited on

Enable vertical resize of iframe
c70f2a8

idolezal commited on

Set style of iframe in bokeh2iframe()
88d1ada

idolezal commited on

Another try with bokeh2iframe()
24ab55a

idolezal commited on

Try to make bokeh plots low-weight with bokeh2html()
1cfab55

idolezal commited on

Created tools for copying bokeh objects
8d22502

idolezal commited on

Added cache self.leaderboard_scatter_plots
bc1411a

idolezal commited on

Added cache self.leaderboard_heatmaps
d6b7a5a

idolezal commited on

Unification of appearance in LEADERBOARD_TAB_BELLOW_SCATTER_PLOT_MARKDOWN
f2f9be6

idolezal commited on

Added note about update and download possibility to LEADERBOARD_TAB_BELLOW_SCATTER_PLOT_MARKDOWN
d9e3399

idolezal commited on

Heatmap: Correction of the abbreviation of Duel Win Score from DS to DWS
fd254f9

idolezal commited on

Heatmap: Added description below heatmap
c5d0843

idolezal commited on

Replace PLOT to SCATTER_PLOT in LEADERBOARD_TAB_BELLOW_PLOT_MARKDOWN constant
96082c7

idolezal commited on

Heatmap: Added model_size_threshold constant
e38b67a

idolezal commited on

Heatmap: Fixed typo from singular to plural in axis labels
6de4a42

idolezal commited on

Heatmap: Rotate the graph from horizontal to vertical for easier reading and add the transpose parameter for easier switching in the future
479d899

idolezal commited on

Deleted extra '\n' in the name of one task in "tasks_metadata.json"
4f470f3

idolezal commited on

Heatmap: First the larger models, then the smaller ones
e84b5e6

idolezal commited on

Heatmap: The graph should be larger so that it can be reduced in size
e66cb9a

idolezal commited on

Heatmap: Abandoning estimated constants and calculating the external dimensions of the graph using JS and the internal dimensions of the graph
484188b

idolezal commited on

Heatmap: Simplification of constants for calculating the external height and width of the graph
19ecc78

idolezal commited on

Heatmap: Estimating the constant for calculating the width of the graph
75d06af

idolezal commited on

Heatmap: Estimating the constant for calculating the height of the graph
a0b7b07

idolezal commited on

Heatmap: Estimating the constant for calculating the height of the graph
2070688

idolezal commited on

Output to SVG in create_scatter_plot_with_curve_with_variances_named()
d43254f

idolezal commited on

Heatmap: Aesthetic removal of gaps in axis labels
7a318aa

idolezal commited on

Return the scatter plot description below it
30ab770

idolezal commited on

Heatmap: Output to SVG in create_heatmap()
cf605c5

idolezal commited on

Heatmap: Change from abbreviations to category and task names
f098bed

idolezal commited on

Added CSS for ".gradio-bokeh" - padding-top, so that it does not interfere with the Gradio Plot header
612b2f1

idolezal commited on

Heatmap: Estimating the constant for calculating the height of the graph
72b1b36

idolezal commited on

Heatmap: Added CSS for ".leaderboard-heatmap"
7dc6c18

idolezal commited on

Heatmap: app.py: added elem_classes="leaderboard-heatmap"
e2aae89

idolezal commited on

Heatmap: Sort by category only when viewing all categories
a07b5d1

idolezal commited on

Heatmap: Second heatmap added
d035edc

idolezal commited on

Heatmap: Fix space typo
d2d74b8

idolezal commited on

Heatmap: If the size of the heatmap is not specified, it will be calculated
5f8cc60

idolezal commited on

Heatmap: Disabling the drag tool within the heatmap
9f1436c

idolezal commited on

Heatmap: Setting the description in the HoverTool pop-up according to the X and Y axis description
5c383cb

idolezal commited on

Heatmap: Reducing the size of the squares in the table and the font size in them
b2b5472

idolezal commited on

Heatmap: Enabling visibility of the Y axis as an attribute and setting the font using a constant
bd5d7e4

idolezal commited on

Heatmap: Enabling the visibility of the Y axis
b807593

idolezal commited on

Heatmap: Inserting a heatmap into an app
4873192

idolezal commited on

Heatmap: Abbreviations for categories, created functions _prepare_tasks_categories_abbreviations() and get_leaderboard_heatmap(), and modification of create_heatmap()
c2e1968

idolezal commited on

Heatmap: Customizing attributes for figure()
f70bc66

idolezal commited on

Heatmap: Taken create_heatmap() from Jupyter notebook created by Martin Fajcik
c6fe8ae

idolezal commited on