Spaces:
Sleeping
Sleeping
Update pages/Life_cycle_of_ML.py
Browse files
pages/Life_cycle_of_ML.py
CHANGED
@@ -24,7 +24,7 @@ The life cycle of Machine Learning (ML) involves several stages, from defining t
|
|
24 |
<svg width="800" height="600">
|
25 |
<!-- Problem Statement (Rectangle) -->
|
26 |
<rect x="50" y="50" width="150" height="50" fill="#FFB6C1" stroke="#000" />
|
27 |
-
<text x="75" y="80" fill="
|
28 |
|
29 |
<!-- Data Collection (Circle) -->
|
30 |
<circle cx="300" cy="75" r="40" fill="#ADD8E6" stroke="#000" />
|
@@ -50,10 +50,6 @@ The life cycle of Machine Learning (ML) involves several stages, from defining t
|
|
50 |
<ellipse cx="500" cy="225" rx="80" ry="40" fill="#9370DB" stroke="#000" />
|
51 |
<text x="445" y="230" fill="#000" font-size="14">Feature Engineering</text>
|
52 |
|
53 |
-
<!-- Arrows between Data Preprocessing,Simple EDA-->
|
54 |
-
<line x1="125" y1="250" x2="260" y2="225" stroke="#000" marker-end="url(#arrow)" />
|
55 |
-
<line x1="380" y1="225" x2="460" y2="225" stroke="#000" marker-end="url(#arrow)" />
|
56 |
-
|
57 |
<!-- Arrows between Data Preprocessing, EDA, and Feature Engineering -->
|
58 |
<line x1="125" y1="250" x2="260" y2="225" stroke="#000" marker-end="url(#arrow)" />
|
59 |
<line x1="380" y1="225" x2="460" y2="225" stroke="#000" marker-end="url(#arrow)" />
|
@@ -92,3 +88,4 @@ The life cycle of Machine Learning (ML) involves several stages, from defining t
|
|
92 |
|
93 |
# Render HTML content in Streamlit
|
94 |
st.markdown(html_content, unsafe_allow_html=True)
|
|
|
|
24 |
<svg width="800" height="600">
|
25 |
<!-- Problem Statement (Rectangle) -->
|
26 |
<rect x="50" y="50" width="150" height="50" fill="#FFB6C1" stroke="#000" />
|
27 |
+
<text x="75" y="80" fill="centre" font-size="14">Problem Statement</text>
|
28 |
|
29 |
<!-- Data Collection (Circle) -->
|
30 |
<circle cx="300" cy="75" r="40" fill="#ADD8E6" stroke="#000" />
|
|
|
50 |
<ellipse cx="500" cy="225" rx="80" ry="40" fill="#9370DB" stroke="#000" />
|
51 |
<text x="445" y="230" fill="#000" font-size="14">Feature Engineering</text>
|
52 |
|
|
|
|
|
|
|
|
|
53 |
<!-- Arrows between Data Preprocessing, EDA, and Feature Engineering -->
|
54 |
<line x1="125" y1="250" x2="260" y2="225" stroke="#000" marker-end="url(#arrow)" />
|
55 |
<line x1="380" y1="225" x2="460" y2="225" stroke="#000" marker-end="url(#arrow)" />
|
|
|
88 |
|
89 |
# Render HTML content in Streamlit
|
90 |
st.markdown(html_content, unsafe_allow_html=True)
|
91 |
+
|