This project analyzes student coding performance across platforms like HackerRank, LeetCode, CodeChef, and GeeksforGeeks using Data Mining techniques.
- Data Preprocessing
- Feature Engineering (CodingScore)
- Exploratory Data Analysis (EDA)
- K-Means Clustering
- Decision Tree Classification
- Python
- Pandas, NumPy
- Matplotlib, Seaborn
- Scikit-learn
Synthetic dataset containing student coding performance.
- Students grouped into High, Medium, Low clusters
- Performance prediction using ML models
Krishnandu Das