You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix color of SEM shaded area and rolling window annotation in rolling_mae_vs_hull_dist() for backend=plotly
add site/src/figs/2023-01-26-wbm-each-hist.svelte to wbm/readme.md
implement rolling_acc for backend=plotly branch of hist_classified_stable_vs_hull_dist()
Both the WBM test set and even more so the MP training set are heavily oxide dominated. The WBM test set is about 75% larger than the MP training set and also more chemically diverse, containing a higher fraction of transition metals, post-transition metals and metalloids. Our goal in picking such a large diverse test set is future-proofing. Ideally, this data will provide a challenging materials discovery test bed even for large foundational ML models in the future.
77
+
The WBM test set and even more so the MP training set are heavily oxide dominated. The WBM test set is about 75% larger than the MP training set and also more chemically diverse, containing a higher fraction of transition metals, post-transition metals and metalloids. Our goal in picking such a large diverse test set is future-proofing. Ideally, this data will provide a challenging materials discovery test bed even for large foundational ML models in the future.
78
+
79
+
Element counts for WBM test set consisting of 256,963 WBM `ComputedStructureEntries`
78
80
79
81
<slotname="wbm-elements-heatmap">
80
82
<imgsrc="./figs/2023-01-08-wbm-elements.svg"alt="Periodic table log heatmap of WBM elements">
81
83
</slot>
82
-
<caption>Element counts for test set consisting of 256,963 WBM <code>ComputedStructureEntries</code></caption>
83
84
84
-
By comparison, the training set of MP ComputedStructureEntries has this element distribution.
85
+
Element counts for MP training set consisting of 146,323 `ComputedStructureEntries`
85
86
86
87
<slotname="mp-elements-heatmap">
87
88
<imgsrc="./figs/2023-01-08-mp-elements.svg"alt="Periodic table log heatmap of MP elements">
88
89
</slot>
89
-
<caption>Element counts for training set consisting of 146,323 MP <code>ComputedStructureEntries</code></caption>
90
+
91
+
## 🎯   Target Distribution
92
+
93
+
The WBM test set has an energy above the MP convex hull distribution with mean **0.02 eV/atom** and standard deviation of **0.25 eV/atom**.
94
+
95
+
The dummy MAE of always predicting the test set mean is **0.17 eV/atom**.
96
+
97
+
The number of stable materials is **97k** out of 257k, resulting in a dummy stability hit rate of **37%**.
98
+
99
+
<slotname="wbm-each-hist">
100
+
<imgsrc="./figs/2023-01-26-wbm-each-hist.svg"alt="WBM energy above MP convex hull distribution">
0 commit comments