File size: 2,078 Bytes
f85a94d
03a39a3
 
 
 
 
 
 
 
 
 
 
f85a94d
03a39a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
license: other
task_categories:
  - tabular-regression
  - tabular-classification
tags:
  - materials-science
  - chemistry
  - foundry-ml
  - scientific-data
size_categories:
  - 1K<n<10K
---

# Machine-learning prediction of thermal expansion coefficient for perovskite oxides with experimental validation

Dataset containing 137 perovskite thermal expansion coefficients from experiment

## Dataset Information

- **Source**: [Foundry-ML](https://github.com/MLMI2-CSSI/foundry)
- **DOI**: [10.18126/avvr-p174](https://doi.org/10.18126/avvr-p174)
- **Year**: 2023
- **Authors**: McGuinness, Kevin P., Oliynyk, Anton O., Lee, Sangjoon, Molero-Sanchez, Beatriz, Addo, Paul Kwesi
- **Data Type**: tabular

### Fields

| Field | Role | Description | Units |
|-------|------|-------------|-------|
| Composition | input | Material composition with sites |  |
| Initial Temperature (degC) | input | Initial temperature | degC |
| Final Temperature (degC) | input | Final temperature | degC |
| TEC (x10^-6 K^-1) | target | Thermal expansion coefficient | K^-1 |


### 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/avvr-p174")
X, y = dataset.get_as_dict()['train']
```

### With HuggingFace Datasets

```python
from datasets import load_dataset

dataset = load_dataset("Dataset_perovskite_tec")
```

## Citation

```bibtex
@misc{https://doi.org/10.18126/avvr-p174
doi = {10.18126/avvr-p174}
url = {https://doi.org/10.18126/avvr-p174}
author = {McGuinness, Kevin P. and Oliynyk, Anton O. and Lee, Sangjoon and Molero-Sanchez, Beatriz and Addo, Paul Kwesi}
title = {Machine-learning prediction of thermal expansion coefficient for perovskite oxides with experimental validation}
keywords = {machine learning, foundry}
publisher = {Materials Data Facility}
year = {root=2023}}
```

## License

other

---

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