Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,15 @@ configs:
|
|
| 4 |
- config_name: default
|
| 5 |
data_files:
|
| 6 |
- split: train
|
| 7 |
-
path:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
---
|
| 10 |
|
|
@@ -179,4 +187,4 @@ This project showed that it is possible to predict whether a nuclear reactor is
|
|
| 179 |
The exploratory analysis showed that **Capacity** is the strongest single feature, while geographic location and country also provide useful information.
|
| 180 |
However, no single feature perfectly separates the two classes.
|
| 181 |
|
| 182 |
-
Among all tested models, **Random Forest** gave the best results and was selected as the final model.
|
|
|
|
| 4 |
- config_name: default
|
| 5 |
data_files:
|
| 6 |
- split: train
|
| 7 |
+
path: nuclear_power_plants_dataset_cleaned_and_sorted.csv
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
tags:
|
| 11 |
+
- chemistry
|
| 12 |
+
- nuclear
|
| 13 |
+
- geo
|
| 14 |
+
size_categories:
|
| 15 |
+
- 1K<n<10K
|
| 16 |
---
|
| 17 |
---
|
| 18 |
|
|
|
|
| 187 |
The exploratory analysis showed that **Capacity** is the strongest single feature, while geographic location and country also provide useful information.
|
| 188 |
However, no single feature perfectly separates the two classes.
|
| 189 |
|
| 190 |
+
Among all tested models, **Random Forest** gave the best results and was selected as the final model.
|