Update pages/3_Life Cycle Of ML Project.py
Browse files
pages/3_Life Cycle Of ML Project.py
CHANGED
|
@@ -4,7 +4,7 @@ import streamlit as st
|
|
| 4 |
def display_content(stage):
|
| 5 |
if stage == "Overview":
|
| 6 |
st.markdown("### Overview\nThis page guides you through the lifecycle of a machine learning project.It involves the following process.")
|
| 7 |
-
elif stage == "Problem
|
| 8 |
st.markdown("### Problem Statement\nIdentify the problem you want to solve and set clear objectives and success criteria.")
|
| 9 |
elif stage == "Data Collection":
|
| 10 |
st.markdown("### Data Collection\nGather relevant data from various sources and store it in a structured format.")
|
|
|
|
| 4 |
def display_content(stage):
|
| 5 |
if stage == "Overview":
|
| 6 |
st.markdown("### Overview\nThis page guides you through the lifecycle of a machine learning project.It involves the following process.")
|
| 7 |
+
elif stage == "Problem Statement":
|
| 8 |
st.markdown("### Problem Statement\nIdentify the problem you want to solve and set clear objectives and success criteria.")
|
| 9 |
elif stage == "Data Collection":
|
| 10 |
st.markdown("### Data Collection\nGather relevant data from various sources and store it in a structured format.")
|