jonblustein commited on
Commit
c2ae208
·
verified ·
1 Parent(s): 418d7bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -4
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: odbl
3
  ---
 
4
  # Predicting Whether a Nuclear Reactor Is PWR or BWR
5
 
6
  ## Dataset Overview
@@ -45,6 +46,8 @@ This means the dataset contains many more PWR reactors than BWR reactors, which
45
 
46
  This question was explored using a bar chart comparing the **mean** and **median** capacity of each reactor type.
47
 
 
 
48
  **Answer:**
49
  Yes. PWR reactors generally show higher capacity values than BWR reactors.
50
  Both the average and the median capacity are higher for PWR reactors, although the number of PWR reactors in the dataset is also much larger.
@@ -53,25 +56,33 @@ Both the average and the median capacity are higher for PWR reactors, although t
53
 
54
  This question was explored using a **world map** based on latitude and longitude.
55
 
 
 
56
  **Answer:**
57
  The map shows that nuclear reactors are highly concentrated near coastlines.
58
  There is some geographic difference between PWR and BWR reactors, but not a perfect separation.
59
- For example, many reactors in Russia and nearby regions appear to be PWR, and China also shows many PWR reactors.
60
- # in general i see that there is two teams here, team "washington" and team "russia/china" it's not super obvies but we can defenetly can see it from the map.
61
- # maybe i shuld improve my model by consider in which "team" the reactor is located.
 
62
 
63
  ### Question 3: Which countries contain the highest numbers of PWR and BWR reactors?
64
 
65
  This question was explored using a **stacked bar chart** of reactor counts by country and reactor type.
66
 
 
 
67
  **Answer:**
68
- The United States and China appear to have the highest numbers of reactors, followed by countries such as Japan and France. russia is surprisingly low maybe because of chernobyl
 
69
  The distribution of PWR and BWR reactors is not the same in all countries, which suggests that country may be useful as a predictive feature.
70
 
71
  ### Question 4: How does the total global capacity compare between PWR and BWR reactors?
72
 
73
  This question was explored using a **bar chart** of total capacity by reactor type.
74
 
 
 
75
  **Answer:**
76
  PWR reactors contribute much more total global capacity than BWR reactors in this dataset.
77
  This matches the earlier findings that PWR reactors are both more common and usually larger in capacity.
 
1
  ---
2
  license: odbl
3
  ---
4
+
5
  # Predicting Whether a Nuclear Reactor Is PWR or BWR
6
 
7
  ## Dataset Overview
 
46
 
47
  This question was explored using a bar chart comparing the **mean** and **median** capacity of each reactor type.
48
 
49
+ ![Question 1](q%201.png)
50
+
51
  **Answer:**
52
  Yes. PWR reactors generally show higher capacity values than BWR reactors.
53
  Both the average and the median capacity are higher for PWR reactors, although the number of PWR reactors in the dataset is also much larger.
 
56
 
57
  This question was explored using a **world map** based on latitude and longitude.
58
 
59
+ ![Question 2](q%202.png)
60
+
61
  **Answer:**
62
  The map shows that nuclear reactors are highly concentrated near coastlines.
63
  There is some geographic difference between PWR and BWR reactors, but not a perfect separation.
64
+ For example, many reactors in Russia and nearby regions appear to be PWR, and China also shows many PWR reactors.
65
+
66
+ In general, the map suggests two visible geographic blocs: one around the United States and another around Russia/China.
67
+ This pattern is not perfectly sharp, but it is visible enough to suggest that geographic location may contain useful predictive information.
68
 
69
  ### Question 3: Which countries contain the highest numbers of PWR and BWR reactors?
70
 
71
  This question was explored using a **stacked bar chart** of reactor counts by country and reactor type.
72
 
73
+ ![Question 3](q%203.png)
74
+
75
  **Answer:**
76
+ The United States and China appear to have the highest numbers of reactors, followed by countries such as Japan and France.
77
+ Russia appears lower than expected in this dataset.
78
  The distribution of PWR and BWR reactors is not the same in all countries, which suggests that country may be useful as a predictive feature.
79
 
80
  ### Question 4: How does the total global capacity compare between PWR and BWR reactors?
81
 
82
  This question was explored using a **bar chart** of total capacity by reactor type.
83
 
84
+ ![Question 4](q%204.png)
85
+
86
  **Answer:**
87
  PWR reactors contribute much more total global capacity than BWR reactors in this dataset.
88
  This matches the earlier findings that PWR reactors are both more common and usually larger in capacity.