Spaces:
Sleeping
Sleeping
Update pages/Life Cycle of ML Project.py
Browse files
pages/Life Cycle of ML Project.py
CHANGED
|
@@ -8,6 +8,6 @@ graph.edge("Data Cleaning","EDA")
|
|
| 8 |
graph.edge("EDA","Feature Engineering")
|
| 9 |
graph.edge("Feature Engineering","Model training")
|
| 10 |
graph.edge("Model training","Model Testing")
|
| 11 |
-
graph.edge("Model Testing","Deployement
|
| 12 |
|
| 13 |
st.graphviz_chart(graph)
|
|
|
|
| 8 |
graph.edge("EDA","Feature Engineering")
|
| 9 |
graph.edge("Feature Engineering","Model training")
|
| 10 |
graph.edge("Model training","Model Testing")
|
| 11 |
+
graph.edge("Model Testing","Deployement and Maintenance")
|
| 12 |
|
| 13 |
st.graphviz_chart(graph)
|