Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def solution():
|
|
75 |
st.image("https://d2gg9evh47fn9z.cloudfront.net/1600px_COLOURBOX15103453.jpg")
|
76 |
|
77 |
# Solution Overview
|
78 |
-
st.header("Solution π‘: Combating Income Inequality with Data-Driven Solutions π
|
79 |
st.write("""
|
80 |
|
81 |
The app utilizes machine learning to predict individual income levels, providing valuable data to policymakers for informed action. This data-driven approach offers several advantages:
|
@@ -115,7 +115,7 @@ def solution():
|
|
115 |
**Model Evaluation:**
|
116 |
* Performance assessed using metrics like accuracy, precision, recall, and F1 score ππ
|
117 |
|
118 |
-
* Metrics evaluate the model's ability to
|
119 |
""")
|
120 |
|
121 |
# Impact and Benefits
|
@@ -139,7 +139,6 @@ def solution():
|
|
139 |
Overall, this tool has the potential to make a meaningful contribution to the fight against income inequality and promote a more just and equitable society. βοΈ
|
140 |
""")
|
141 |
|
142 |
-
|
143 |
def perform_eda():
|
144 |
st.title("Data Insights and Recommendations")
|
145 |
st.write("""
|
|
|
75 |
st.image("https://d2gg9evh47fn9z.cloudfront.net/1600px_COLOURBOX15103453.jpg")
|
76 |
|
77 |
# Solution Overview
|
78 |
+
st.header("Solution π‘: Combating Income Inequality with Data-Driven Solutions π")
|
79 |
st.write("""
|
80 |
|
81 |
The app utilizes machine learning to predict individual income levels, providing valuable data to policymakers for informed action. This data-driven approach offers several advantages:
|
|
|
115 |
**Model Evaluation:**
|
116 |
* Performance assessed using metrics like accuracy, precision, recall, and F1 score ππ
|
117 |
|
118 |
+
* Metrics evaluate the model's ability to classify individual income levels correctly βοΈ
|
119 |
""")
|
120 |
|
121 |
# Impact and Benefits
|
|
|
139 |
Overall, this tool has the potential to make a meaningful contribution to the fight against income inequality and promote a more just and equitable society. βοΈ
|
140 |
""")
|
141 |
|
|
|
142 |
def perform_eda():
|
143 |
st.title("Data Insights and Recommendations")
|
144 |
st.write("""
|