sudip-padhye / Clustering-Geolocation-Data-Intelligently-using-HDBSCAN

Visualize geolocation data by addressing outliers

Home Page:https://www.coursera.org/learn/clustering-geolocation-data-intelligently-python/home/week/1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clustering Geolocation Data Intelligently in Python

We have taxi rank locations, and want to define key clusters of these taxis where we can build service stations for all taxis operating in that region.

Prerequisites

  • Basic Matplotlib skills for plotting 2-D data clearly.
  • Basic understanding of Pandas and how to use it for data manipulation.
  • The concepts behind clustering algorithms.

Project Outline

  1. Exploratory Data Analysis
  2. Visualizing Geographical Data
  3. Clustering Strength / Performance Metric
  4. K-Means Clustering

drawing

output

  1. DBSCAN
  2. HDBSCAN
  3. Addressing Outliers

drawing

output

Further Reading

For some additional reading, feel free to check out K-Means, [DBSCAN] (https://scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html), and [HDBSCAN] (https://hdbscan.readthedocs.io/en/latest/) clustering respectively.

It may be of use to also check out [other forms of clustering] (https://scikit-learn.org/stable/modules/clustering.html) that are commonly used and available in the scikit-learn library. HDBSCAN documentation also includes [a good methodology] (https://hdbscan.readthedocs.io/en/latest/comparing_clustering_algorithms.html) for choosing your clustering algorithm based on your dataset and other limiting factors.

About

Visualize geolocation data by addressing outliers

https://www.coursera.org/learn/clustering-geolocation-data-intelligently-python/home/week/1


Languages

Language:Jupyter Notebook 82.1%Language:HTML 17.9%