Skip to content

Commit 21031ca

Browse files
committed
fix: README image sizes.
1 parent e118107 commit 21031ca

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,17 +133,17 @@ Explore our comprehensive collection of Jupyter notebooks:
133133
<td align="center">
134134
<b>🗺️ D-Matrix Visualization</b><br>
135135
<p>Michelin production line (regression)</p>
136-
<img src="assets/michelin_dmatrix.png" alt="U-Matrix" width="280"/>
136+
<img src="assets/michelin_dmatrix.png" alt="U-Matrix" width="220"/>
137137
</td>
138138
<td align="center">
139139
<b>📍 Hit Map Visualization</b><br>
140140
<p>Michelin production line (regression)</p>
141-
<img src="assets/michelin_hitmap.png" alt="Hit Map" width="280"/>
141+
<img src="assets/michelin_hitmap.png" alt="Hit Map" width="220"/>
142142
</td>
143143
<td align="center">
144144
<b>📊 Mean Map Visualization</b><br>
145145
<p>Michelin production line (regression)</p>
146-
<img src="assets/michelin_meanmap.png" alt="Mean Map" width="280"/>
146+
<img src="assets/michelin_meanmap.png" alt="Mean Map" width="220"/>
147147
</td>
148148
</tr>
149149
<tr>
@@ -153,35 +153,35 @@ Explore our comprehensive collection of Jupyter notebooks:
153153
<table>
154154
<tr>
155155
<td align="center">
156-
<img src="assets/michelin_cp12.png" alt="Component Plane 1" width="280"/>
156+
<img src="assets/michelin_cp12.png" alt="Component Plane 1" width="220"/>
157157
</td>
158158
<td align="center">
159-
<img src="assets/michelin_cp21.png" alt="Component Plane 2" width="280"/>
159+
<img src="assets/michelin_cp21.png" alt="Component Plane 2" width="220"/>
160160
</td>
161161
</tr>
162162
</table>
163163
</td>
164164
<td align="center">
165165
<b>🏷️ Classification Map</b><br>
166166
<p>Wine dataset (multi-classification)</p>
167-
<img src="assets/wine_classificationmap.png" alt="Classification Map" width="280"/>
167+
<img src="assets/wine_classificationmap.png" alt="Classification Map" width="220"/>
168168
</td>
169169
</tr>
170170
<tr>
171171
<td align="center">
172172
<b>📊 Cluster Metrics</b><br>
173173
<p>Clustering analysis</p>
174-
<img src="assets/cluster_metrics.png" alt="Cluster Metrics" width="320"/>
174+
<img src="assets/cluster_metrics.png" alt="Cluster Metrics" width="220"/>
175175
</td>
176176
<td align="center">
177177
<b>📈 K-Means Elbow</b><br>
178178
<p>Optimal cluster selection</p>
179-
<img src="assets/kmeans_elbow.png" alt="K-Means Elbow" width="300"/>
179+
<img src="assets/kmeans_elbow.png" alt="K-Means Elbow" width="220"/>
180180
</td>
181181
<td align="center">
182182
<b>🎯 HDBSCAN Cluster Map</b><br>
183183
<p>Cluster visualization</p>
184-
<img src="assets/hdbscan_cluster_map.png" alt="HDBSCAN Cluster Map" width="260"/>
184+
<img src="assets/hdbscan_cluster_map.png" alt="HDBSCAN Cluster Map" width="220"/>
185185
</td>
186186
</tr>
187187
</table>

0 commit comments

Comments
 (0)