https://github.com/patilsukanya/assignment-07-clustering-q1-airline-
Used libraries and functions as follows:
https://github.com/patilsukanya/assignment-07-clustering-q1-airline-
dbscan-clustering dendogram elbow-plot euclidean-distances heirarchical-clustering kmeans-clustering matplotlib-pyplot normalization pandas sklearn standard-scaler ward-linkage
Last synced: 2 months ago
JSON representation
Used libraries and functions as follows:
- Host: GitHub
- URL: https://github.com/patilsukanya/assignment-07-clustering-q1-airline-
- Owner: PatilSukanya
- Created: 2022-09-17T11:39:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T13:55:35.000Z (over 2 years ago)
- Last Synced: 2025-03-01T10:59:19.375Z (3 months ago)
- Topics: dbscan-clustering, dendogram, elbow-plot, euclidean-distances, heirarchical-clustering, kmeans-clustering, matplotlib-pyplot, normalization, pandas, sklearn, standard-scaler, ward-linkage
- Language: Jupyter Notebook
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assignment-07-Clustering-Q1-Airline
## Hierarchical Clusteringe:
## K-Means Clustering:
## DBSCAN Clustering:Perform clustering ((hierarchical,K means clustering and DBSCAN) for the airlines data to obtain optimum number of clusters. Draw the inferences from the clusters obtained.
Data Description:
The file EastWestAirlinescontains information on passengers who belong to an airline’s frequent flier program. For each passenger the data include information on their mileage history and on different ways they accrued or spent miles in the last year. The goal is to try to identify clusters of passengers that have similar characteristics for the purpose of targeting different segments for different types of mileage offers
ID --Unique ID
Balance--Number of miles eligible for award travel
Qual_mile--Number of miles counted as qualifying for Topflight status
cc1_miles -- Number of miles earned with freq. flyer credit card in the past 12 months: cc2_miles -- Number of miles earned with Rewards credit card in the past 12 months: cc3_miles -- Number of miles earned with Small Business credit card in the past 12 months:
1 = under 5,000
2 = 5,000 - 10,000
3 = 10,001 - 25,000
4 = 25,001 - 50,000
5 = over 50,000Bonus_miles--Number of miles earned from non-flight bonus transactions in the past 12 months
Bonus_trans--Number of non-flight bonus transactions in the past 12 months
Flight_miles_12mo--Number of flight miles in the past 12 months
Flight_trans_12--Number of flight transactions in the past 12 months
Days_since_enrolled--Number of days since enrolled in flier program
Award--whether that person had award flight (free flight) or not