Sathwikchowdary commited on
Commit
0a220e2
·
verified ·
1 Parent(s): 840311d

Update pages/Life_cycle_of_ML.py

Browse files
Files changed (1) hide show
  1. pages/Life_cycle_of_ML.py +2 -2
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 (Circle) -->
30
- <circle cx="300" cy="75" r="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) -->
 
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) -->