Update pages/Life Cycle Of Machine Learning.py
Browse files
pages/Life Cycle Of Machine Learning.py
CHANGED
@@ -12,7 +12,7 @@ if st.button("Problem Statement"):
|
|
12 |
- What the expected outcome will look like
|
13 |
""")
|
14 |
st.write("""Examples of ML Problem Statements:
|
15 |
-
**Predicting House Prices:**
|
16 |
- Problem: We want to predict the price of houses based on features like size, location, number of bedrooms, etc.
|
17 |
- Why: This helps buyers make informed decisions and real estate agents price houses correctly.
|
18 |
- Data: Historical data about house prices and their features.
|
|
|
12 |
- What the expected outcome will look like
|
13 |
""")
|
14 |
st.write("""Examples of ML Problem Statements:
|
15 |
+
- **Predicting House Prices:**
|
16 |
- Problem: We want to predict the price of houses based on features like size, location, number of bedrooms, etc.
|
17 |
- Why: This helps buyers make informed decisions and real estate agents price houses correctly.
|
18 |
- Data: Historical data about house prices and their features.
|