CoolFace
Datasetpublic

foundry-ml/dataset_concrete_compressive_strength

Machine learning in concrete science: applications, challenges, and best practices Dataset containing concrete compressive strength for 1030 materials Dataset Information Source: Foundry-ML DOI: 10.18126/8k1f-mx77 Year: 2022 Authors: Li, Zhanzhao, Yoon, Jinyoung, Zhang, Rui, Rajabipour, Farshad, Srubar III, Wil V., Dabo, Ismaila, Radlińska, Aleksandra Data Type: tabular Fields Field Role Description Units Cement (component 1)(kg in a… See the full description on the dataset page: https://huggingface.co/datasets/foundry-ml/dataset_concrete_compressive_strength.

sourceHugging Faceotherupdated 9mo agoView on Hugging Face
0likes841downloads
Dataset Card

Machine learning in concrete science: applications, challenges, and best practices

Dataset containing concrete compressive strength for 1030 materials

Dataset Information

  • Source: Foundry-ML
  • DOI: 10.18126/8k1f-mx77
  • Year: 2022
  • Authors: Li, Zhanzhao, Yoon, Jinyoung, Zhang, Rui, Rajabipour, Farshad, Srubar III, Wil V., Dabo, Ismaila, Radlińska, Aleksandra
  • Data Type: tabular

Fields

FieldRoleDescriptionUnits
Cement (component 1)(kg in a m^3 mixture)inputAmount of cementkg/m^3
Blast Furnace Slag (component 2)(kg in a m^3 mixture)inputAmount of blast furnace slagkg/m^3
Fly Ash (component 3)(kg in a m^3 mixture)inputAmount of fly ashkg/m^3
Water (component 4)(kg in a m^3 mixture)inputAmount of waterkg/m^3
Superplasticizer (component 5)(kg in a m^3 mixture)inputAmount of superplasticizerkg/m^3
Coarse Aggregate (component 6)(kg in a m^3 mixture)inputAmount of coarse aggregatekg/m^3
Age (day)inputAge of concretedays
Concrete compressive strength(MPa, megapascals)targetConcrete compressive strengthMPa

Splits

  • train: train

Usage

With Foundry-ML (recommended for materials science workflows)

python
from foundry import Foundry

f = Foundry()
dataset = f.get_dataset("10.18126/8k1f-mx77")
X, y = dataset.get_as_dict()['train']

With HuggingFace Datasets

python
from datasets import load_dataset

dataset = load_dataset("Dataset_concrete_compressive_strength")

Citation

bibtex
@misc{https://doi.org/10.18126/8k1f-mx77
doi = {10.18126/8k1f-mx77}
url = {https://doi.org/10.18126/8k1f-mx77}
author = {Li, Zhanzhao and Yoon, Jinyoung and Zhang, Rui and Rajabipour, Farshad and Srubar III, Wil V. and Dabo, Ismaila and Radlińska, Aleksandra}
title = {Machine learning in concrete science: applications, challenges, and best practices}
keywords = {machine learning, foundry}
publisher = {Materials Data Facility}
year = {root=2022}}

License

other


This dataset was exported from [Foundry-ML](https://github.com/MLMI2-CSSI/foundry), a platform for materials science datasets.