Skip to content

Commit

Permalink
show model-stats-uniq-protos.json on /models to fix mismatch with lan…
Browse files Browse the repository at this point in the history
…ding page metrics (closes #91)
  • Loading branch information
janosh committed Feb 20, 2024
1 parent 8bc4445 commit 766fb15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/model_figs/cumulative_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
show_n_stable=metrics != ("MAE",),
)

x_label = "Test set structures ranked by model-predicted stability"
x_label = "Number of screened materials"
if backend == "matplotlib":
# fig.suptitle(title)
fig.text(0.5, -0.08, x_label, ha="center", fontdict={"size": 16})
Expand Down
2 changes: 1 addition & 1 deletion site/src/routes/models/+page.server.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { ModelData } from '$lib'
import model_stats from '$lib/model-stats.json'
import model_stats from '$lib/model-stats-uniq-protos.json'
import { compile } from 'mdsvex'
import { dirname } from 'path'

Expand Down

0 comments on commit 766fb15

Please # to comment.