Update pages/Life Cycle Of Machine Learning.py
Browse files
pages/Life Cycle Of Machine Learning.py
CHANGED
@@ -6,14 +6,14 @@ st.header(":red[**Life Cycle Of Machine Learning Project**]")
|
|
6 |
st.write(":blue[Click the button below to explore detailed steps involved in an ML project:]")
|
7 |
if st.button("Problem Statement"):
|
8 |
st.write("""
|
9 |
-
A problem statement in machine learning defines the specific issue you want to solve using data and machine learning techniques. It should clearly explain:
|
10 |
- What the problem is
|
11 |
- Why solving it is important
|
12 |
- What data is available
|
13 |
- What the expected outcome will look like
|
14 |
""")
|
15 |
st.write("""
|
16 |
-
Examples of ML Problem Statements
|
17 |
- **Predicting House Prices:**
|
18 |
- Problem: We want to predict the price of houses based on features like size, location, number of bedrooms, etc.
|
19 |
- Why: This helps buyers make informed decisions and real estate agents price houses correctly.
|
|
|
6 |
st.write(":blue[Click the button below to explore detailed steps involved in an ML project:]")
|
7 |
if st.button("Problem Statement"):
|
8 |
st.write("""
|
9 |
+
**A problem statement in machine learning defines the specific issue you want to solve using data and machine learning techniques. It should clearly explain:
|
10 |
- What the problem is
|
11 |
- Why solving it is important
|
12 |
- What data is available
|
13 |
- What the expected outcome will look like
|
14 |
""")
|
15 |
st.write("""
|
16 |
+
**Examples of ML Problem Statements:**
|
17 |
- **Predicting House Prices:**
|
18 |
- Problem: We want to predict the price of houses based on features like size, location, number of bedrooms, etc.
|
19 |
- Why: This helps buyers make informed decisions and real estate agents price houses correctly.
|