Icon

01_​Clustering

Clustering

Introduction to Machine Learning Algorithms course - Session 4
Exercise 1
- Filter rows
- Train a k-Means model
- Visualize clustered entries on Scatter plot and OSM Map
- Calculate Silhouette Coefficients

Exercise: Clustering - Filter to entries from California (region_code = CA) - Train a k-means model with k=3. Use only position data for clustering (latitude and longitude) - Calculate the Silhoutte Coefficients using the Silhouette Coefficient node - Optional: Plot latitude and longitude in a view (OSM Map or Scatter Plot) and use that to help you visually optimize k Locations_data Table Reader Exercise: Clustering - Filter to entries from California (region_code = CA) - Train a k-means model with k=3. Use only position data for clustering (latitude and longitude) - Calculate the Silhoutte Coefficients using the Silhouette Coefficient node - Optional: Plot latitude and longitude in a view (OSM Map or Scatter Plot) and use that to help you visually optimize k Locations_data Table Reader

Nodes

Extensions

Links