Update pages/Problem Statement.py
Browse files
pages/Problem Statement.py
CHANGED
@@ -9,7 +9,7 @@ st.write("""
|
|
9 |
- What data is available
|
10 |
- What the expected outcome will look like
|
11 |
""")
|
12 |
-
|
13 |
**Examples of ML Problem Statements:**
|
14 |
- **Predicting House Prices:**
|
15 |
- Problem: We want to predict the price of houses based on features like size, location, number of bedrooms, etc.
|
|
|
9 |
- What data is available
|
10 |
- What the expected outcome will look like
|
11 |
""")
|
12 |
+
st.write("""
|
13 |
**Examples of ML Problem Statements:**
|
14 |
- **Predicting House Prices:**
|
15 |
- Problem: We want to predict the price of houses based on features like size, location, number of bedrooms, etc.
|