DWM Lab 11 (Open Ended Lab)
DWM Lab 11 (Open Ended Lab)
Objective: To test the data mining analytical skills of students to solve the problem by using the
knowledge they have gained in their previous labs
Time Required: 3 hrs
Programming Language: Python
Software Required: Anaconda
______________________________________________________________________________
Task:
The automobile manufacturer is seeking to identify the closest competitors to their newly
developed vehicle prototypes before launching the new model. To achieve this, they need to
group existing vehicles on the market based on similarities, determine which group is the most
similar to the prototypes, and use this information to identify the primary competitors for their
new model.
The objective is to utilize clustering techniques to identify clusters of vehicles that possess
unique characteristics. This analysis will provide an overview of the current market of vehicles
and aid manufacturers in deciding on the development of new models based on the identified
distinct clusters.
You can download the dataset from the link given below:
https://s3-api.us-geo.objectstorage.softlayer.net/cf-courses-data/CognitiveClass/ML0101ENv3/
labs/cars_clus.csv
Build your own pipeline and justify it. Also show the implementation and results of your solution
through code.