Anas436 / Vehicle-Distinctive-Clustering-using-Hierarchical-Clustering-with-Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vehicle-Distinctive-Clustering-using-Hierarchical-Clustering-with-Python

Objectives

After completing this lab you will be able to:

  • Use scikit-learn to do Hierarchical clustering
  • Create dendograms to visualize the clustering

Table of contents


Clustering on Vehicle dataset

Imagine that an automobile manufacturer has developed prototypes for a new vehicle. Before introducing the new model into its range, the manufacturer wants to determine which existing vehicles on the market are most like the prototypes--that is, how vehicles can be grouped, which group is the most similar with the model, and therefore which models they will be competing against.

Our objective here, is to use clustering methods, to find the most distinctive clusters of vehicles. It will summarize the existing vehicles and help manufacturers to make decision about the supply of new models.