Spaces:
Sleeping
Sleeping
Rename pages/Life Cycle of ML Project.py to pages/3_Life Cycle of ML Project.py
Browse files
pages/{Life Cycle of ML Project.py → 3_Life Cycle of ML Project.py}
RENAMED
|
@@ -3,7 +3,7 @@ import graphviz
|
|
| 3 |
if st.button("Problem Statement"):
|
| 4 |
st.write("Problem Statement is concise statement the describe the problem or challenge that need to be solved.")
|
| 5 |
graph = graphviz.Digraph()
|
| 6 |
-
graph.edge(st.button(
|
| 7 |
graph.edge("Data Collection","Simple EDA")
|
| 8 |
graph.edge("Simple EDA","Data Cleaning")
|
| 9 |
graph.edge("Data Cleaning","EDA")
|
|
|
|
| 3 |
if st.button("Problem Statement"):
|
| 4 |
st.write("Problem Statement is concise statement the describe the problem or challenge that need to be solved.")
|
| 5 |
graph = graphviz.Digraph()
|
| 6 |
+
graph.edge(st.button("Problem Statement"),"Data Collection")
|
| 7 |
graph.edge("Data Collection","Simple EDA")
|
| 8 |
graph.edge("Simple EDA","Data Cleaning")
|
| 9 |
graph.edge("Data Cleaning","EDA")
|