Matbench is an automated leaderboard and benchmark suite for materials science machine learning. It consists of a curated set of 13 materials datasets (covering properties like band gap, formation energy, elastic moduli) and a python pac…
Matbench is an automated leaderboard and benchmark suite for materials science machine learning. It consists of a curated set of 13 materials datasets (covering properties like band gap, formation energy, elastic moduli) and a python package to simplify testing and submission. It aims to standardize the comparison of ML algorithms in materials science.
Matbench is an automated leaderboard and benchmark suite for materials science machine learning. It consists of a curated set of 13 materials datasets (covering properties like band gap, formation energy, elastic moduli) and a python package to simplify testing and submission. It aims to standardize the comparison of ML algorithms in materials science.
Scientific domain: Machine learning benchmarking
Target user community: ML researchers, materials informaticians
MatbenchBenchmark class to automate cross-validation and scoring.Sources: Matbench website, npj Comput. Mater. 6, 181 (2020)
mb = MatbenchBenchmark()for task in mb.tasks: task.record(predictions)mb.to_file("results.json.gz")Primary sources:
Confidence: VERIFIED
Verification status: ✅ VERIFIED