Update pages/Life Cycle Of Machine Learning.py
Browse files
pages/Life Cycle Of Machine Learning.py
CHANGED
@@ -6,7 +6,7 @@ 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
|
|
|
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
|