Spaces:
Sleeping
Sleeping
Commit
·
7a66fe8
1
Parent(s):
4ec0aad
feat: updated website
Browse files
app.py
CHANGED
@@ -190,7 +190,11 @@ if page == "Summary":
|
|
190 |
st.markdown('#### Clustering Details')
|
191 |
|
192 |
# Horizontal layout for clustering metrics similar to "General Data Information"
|
193 |
-
st.metric(label="
|
|
|
|
|
|
|
|
|
194 |
# Middle Column (White): 3D Cluster Model and Bar Chart
|
195 |
with col2:
|
196 |
st.markdown('#### 3D Customer Clusters')
|
|
|
190 |
st.markdown('#### Clustering Details')
|
191 |
|
192 |
# Horizontal layout for clustering metrics similar to "General Data Information"
|
193 |
+
st.metric(label="Silhouette Score", value="0.57744")
|
194 |
+
st.metric(label="Calinski-Harabasz", value="422.98")
|
195 |
+
st.metric(label="Davies-Bouldin", value="0.63446")
|
196 |
+
|
197 |
+
|
198 |
# Middle Column (White): 3D Cluster Model and Bar Chart
|
199 |
with col2:
|
200 |
st.markdown('#### 3D Customer Clusters')
|