Spaces:
Sleeping
Sleeping
Update pages/Life_cycle_of_ML.py
Browse files
pages/Life_cycle_of_ML.py
CHANGED
@@ -26,8 +26,8 @@ The life cycle of Machine Learning (ML) involves several stages, from defining t
|
|
26 |
<rect x="50" y="50" width="150" height="50" fill="#FFB6C1" stroke="#000" />
|
27 |
<text x="125" y="80" fill="#000" font-size="14" text-anchor="middle">Problem Statement</text>
|
28 |
|
29 |
-
<!-- Data Collection (
|
30 |
-
<
|
31 |
<text x="300" y="80" fill="#000" font-size="14" text-anchor="middle">Data Collection</text>
|
32 |
|
33 |
<!-- Simple EDA (Ellipse) -->
|
|
|
26 |
<rect x="50" y="50" width="150" height="50" fill="#FFB6C1" stroke="#000" />
|
27 |
<text x="125" y="80" fill="#000" font-size="14" text-anchor="middle">Problem Statement</text>
|
28 |
|
29 |
+
<!-- Data Collection (Ellipse) -->
|
30 |
+
<ellipse cx="300" cy="75" rx="80" ry="40" fill="#ADD8E6" stroke="#000" />
|
31 |
<text x="300" y="80" fill="#000" font-size="14" text-anchor="middle">Data Collection</text>
|
32 |
|
33 |
<!-- Simple EDA (Ellipse) -->
|