Spaces:
Sleeping
Sleeping
Update analytics.py
Browse files- sections/analytics.py +0 -1
sections/analytics.py
CHANGED
|
@@ -80,7 +80,6 @@ if st.button("Start clustering"):
|
|
| 80 |
|
| 81 |
|
| 82 |
# Visualisation des clusters (en 2D avec PCA)
|
| 83 |
-
st.write(st.session_state.parsed_df.select("ipsrc").to_numpy().flatten())
|
| 84 |
fig = px.scatter(
|
| 85 |
x=df_ech.select("Component 1").to_numpy().flatten(),
|
| 86 |
y=df_ech.select("Component 2").to_numpy().flatten(),
|
|
|
|
| 80 |
|
| 81 |
|
| 82 |
# Visualisation des clusters (en 2D avec PCA)
|
|
|
|
| 83 |
fig = px.scatter(
|
| 84 |
x=df_ech.select("Component 1").to_numpy().flatten(),
|
| 85 |
y=df_ech.select("Component 2").to_numpy().flatten(),
|