Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ metrics:
|
|
| 16 |
# Synthesis Condition Predictor
|
| 17 |
|
| 18 |
This model predicts optimal temperature bins and atmosphere categories for inorganic material synthesis.
|
| 19 |
-
It was trained on a dataset of text-mined synthesis procedures. Here is the source of the dataset: https://
|
| 20 |
|
| 21 |
**Models Included:**
|
| 22 |
* Temperature Bin Prediction (LightGBM)
|
|
@@ -60,9 +60,8 @@ Input a target material, precursors, and basic operational details to get predic
|
|
| 60 |
* The feature engineering for process parameters in the inference script relies on the user providing an `operations_simplified_list` that can be parsed by the internal logic. The quality of these inputs directly affects prediction accuracy.
|
| 61 |
|
| 62 |
**Training Data:**
|
| 63 |
-
The model was trained on a proprietary dataset of text-mined inorganic synthesis procedures.
|
| 64 |
-
https://
|
| 65 |
-
|
| 66 |
|
| 67 |
**Evaluation Results:**
|
| 68 |
-
()
|
|
|
|
| 16 |
# Synthesis Condition Predictor
|
| 17 |
|
| 18 |
This model predicts optimal temperature bins and atmosphere categories for inorganic material synthesis.
|
| 19 |
+
It was trained on a dataset of text-mined synthesis procedures. Here is the source of the dataset: https://www.nature.com/articles/s41597-019-0224-1
|
| 20 |
|
| 21 |
**Models Included:**
|
| 22 |
* Temperature Bin Prediction (LightGBM)
|
|
|
|
| 60 |
* The feature engineering for process parameters in the inference script relies on the user providing an `operations_simplified_list` that can be parsed by the internal logic. The quality of these inputs directly affects prediction accuracy.
|
| 61 |
|
| 62 |
**Training Data:**
|
| 63 |
+
The model was trained on a proprietary dataset of text-mined inorganic synthesis procedures. (Kononova et al.)
|
| 64 |
+
https://www.nature.com/articles/s41597-019-0224-1
|
|
|
|
| 65 |
|
| 66 |
**Evaluation Results:**
|
| 67 |
+
(soon)
|