Update pages/3_Life Cycle Of ML Project.py
Browse files
pages/3_Life Cycle Of ML Project.py
CHANGED
|
@@ -38,12 +38,12 @@ elif st.session_state.page == "data_collection":
|
|
| 38 |
st.title("Data Collection")
|
| 39 |
st.markdown("### Data Collection\nThis page discusses the process of Data Collection.")
|
| 40 |
st.markdown("Types of Data: Structured, Unstructured, Semi-Structured")
|
| 41 |
-
if st.button(":blue[π
|
| 42 |
-
st.markdown("###
|
| 43 |
-
if st.button(":blue[π
|
| 44 |
-
st.markdown("###
|
| 45 |
-
if st.button(":blue[π
|
| 46 |
-
st.markdown("###
|
| 47 |
|
| 48 |
# Add more content for data collection here
|
| 49 |
|
|
|
|
| 38 |
st.title("Data Collection")
|
| 39 |
st.markdown("### Data Collection\nThis page discusses the process of Data Collection.")
|
| 40 |
st.markdown("Types of Data: Structured, Unstructured, Semi-Structured")
|
| 41 |
+
if st.button(":blue[π Structured Data]"):
|
| 42 |
+
st.markdown("### Structured Data\nIdentify the problem you want to solve and set clear objectives and success criteria.")
|
| 43 |
+
if st.button(":blue[π Unstructured Data]"):
|
| 44 |
+
st.markdown("### Unstructured Data\nIdentify the problem you want to solve and set clear objectives and success criteria.")
|
| 45 |
+
if st.button(":blue[π Semi-Structured]"):
|
| 46 |
+
st.markdown("### Semi-Structured Data\nIdentify the problem you want to solve and set clear objectives and success criteria.")
|
| 47 |
|
| 48 |
# Add more content for data collection here
|
| 49 |
|