Spaces:
Sleeping
Sleeping
Update pages/Life_cycle_of_ML.py
Browse files
pages/Life_cycle_of_ML.py
CHANGED
@@ -50,6 +50,10 @@ 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, 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)" />
|
|
|
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)" />
|