https://github.com/ankit1598/av-jantahack-customer-segmentation
Rank 89 Solution for Analytics Vidhya Jantahack Customer Segmentation
https://github.com/ankit1598/av-jantahack-customer-segmentation
analytics-vidhya analytics-vidhya-competition jantahack lgbmclassifier prediction problem-statement
Last synced: about 1 year ago
JSON representation
Rank 89 Solution for Analytics Vidhya Jantahack Customer Segmentation
- Host: GitHub
- URL: https://github.com/ankit1598/av-jantahack-customer-segmentation
- Owner: Ankit1598
- Created: 2020-08-02T20:10:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T05:26:32.000Z (over 5 years ago)
- Last Synced: 2025-02-13T01:51:14.662Z (over 1 year ago)
- Topics: analytics-vidhya, analytics-vidhya-competition, jantahack, lgbmclassifier, prediction, problem-statement
- Language: Python
- Homepage: https://datahack.analyticsvidhya.com/contest/janatahack-customer-segmentation/#ProblemStatement
- Size: 811 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analytics Vidhya Jantahack Customer Segmentation
Public Leaderboard Rank: 86
Private Leaderboard Rank: 89
## Problem Statement

## Data Description at a Glance:

## Data after Merging and Feature Engineering:

## Description of Approach/Feature Engineering:
1. Merged train dataset and test dataset to form a merged dataset
2. Label Encoded the categorical columns
3. Added dummy columns
4. Split the merged dataset to train and test dataset
5. Applied LGBMClassifier with the previously tested parameters and fitted it
6. Created the final.csv with the prediction of the LGBMClassifier model
## Tools used
1. Python
2. pandas and numpy libraries for data manipulation
3. LGBMClassifier for prediction
## Score
The score obtained using this solution is **0.9352380952**
## Competition Result
[Rank](https://datahack.analyticsvidhya.com/contest/janatahack-healthcare-analytics/#LeaderBoard): 86th on public LB and 89th on private LB