https://github.com/ankit1598/av-jantahack-healthcare-analytics
Rank 4 Solution for Analytics Vidhya Jantahack Healthcare Analytics
https://github.com/ankit1598/av-jantahack-healthcare-analytics
analytics-vidhya analytics-vidhya-competition jantahack leaderboard-rank prediction problem-statement xgboost
Last synced: 26 days ago
JSON representation
Rank 4 Solution for Analytics Vidhya Jantahack Healthcare Analytics
- Host: GitHub
- URL: https://github.com/ankit1598/av-jantahack-healthcare-analytics
- Owner: Ankit1598
- Created: 2020-07-19T21:06:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T06:21:16.000Z (over 4 years ago)
- Last Synced: 2025-02-13T01:51:15.228Z (3 months ago)
- Topics: analytics-vidhya, analytics-vidhya-competition, jantahack, leaderboard-rank, prediction, problem-statement, xgboost
- Language: Python
- Homepage: https://datahack.analyticsvidhya.com/contest/janatahack-healthcare-analytics/#ProblemStatement
- Size: 4.39 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Analytics Vidhya Jantahack Healthcare Analytics
Public Leaderboard Rank: 12
Private Leaderboard Rank: 4## Problem Statement
## Data Description at a Glance:
## Data after Merging and Feature Engineering:
![]()
## Description of Approach/Feature Engineering:
1. Created training dataset with outcome column merged with all the camp details.
2. Merged new train dataset and patient dataset to form new train and test dataset
3. Created the train, test dataset with date difference features and also applied encoding on categorical data
4. Created Frequency related features## Tools used
1. Python
2. pandas and numpy libraries for data manipulation
3. sklearn's preprocessing and metrics for evaluating classification models preformance
4. xgboost for gradient boosting## Score
The score obtained using this solution is **0.8398043541**## Credits:
This hackathon is repeated after 4 years... also solutions were provided by the previous participants which I referred. \
[Knocktober 2016](https://datahack.analyticsvidhya.com/contest/knocktober-2016/)## Competition Result
[Rank](https://datahack.analyticsvidhya.com/contest/janatahack-healthcare-analytics/#LeaderBoard): 12th on public LB and 4th on private LB