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 |
|
8 |
if st.button("**Problem Statement**"):
|
9 |
-
if st.link_button("**Problem statement of Machine Learning**"):
|
10 |
st.write("""
|
11 |
*A problem statement in machine learning defines the specific issue you want to solve using data and machine learning techniques. It should clearly explain:**
|
12 |
- What the problem is
|
@@ -24,8 +24,8 @@ if st.button("**Problem Statement**"):
|
|
24 |
""")
|
25 |
|
26 |
if st.button("**Data Collection**"):
|
27 |
-
if st.link_button("**About Data Collection of Machine Learning**"):
|
28 |
-
st.write("")
|
29 |
|
30 |
#if st.button("**Simple EDA**"):
|
31 |
|
|
|
6 |
st.write(":blue[Click the button below to explore detailed steps involved in an ML project:]")
|
7 |
|
8 |
if st.button("**Problem Statement**"):
|
9 |
+
if st.link_button("**Problem statement of Machine Learning**","https://huggingface.co/spaces/shwetashweta05/Zero_to_Hero_Machine_Learning/edit/main/pages/Life%20Cycle%20Of%20Machine%20Learning.py"):
|
10 |
st.write("""
|
11 |
*A problem statement in machine learning defines the specific issue you want to solve using data and machine learning techniques. It should clearly explain:**
|
12 |
- What the problem is
|
|
|
24 |
""")
|
25 |
|
26 |
if st.button("**Data Collection**"):
|
27 |
+
if st.link_button("**About Data Collection of Machine Learning**","https://huggingface.co/spaces/shwetashweta05/Zero_to_Hero_Machine_Learning/edit/main/pages/Life%20Cycle%20Of%20Machine%20Learning.py"):
|
28 |
+
st.write("About the data")
|
29 |
|
30 |
#if st.button("**Simple EDA**"):
|
31 |
|