{"id":24038788,"url":"https://github.com/chandkund/predicting-student-grades","last_synced_at":"2026-04-29T20:35:27.984Z","repository":{"id":270858235,"uuid":"911306372","full_name":"chandkund/Predicting-Student-Grades","owner":"chandkund","description":"This project predicts student grades (G1, G2, G3) based on various features such as demographic information, study habits, family background, and other academic factors. The aim is to develop a predictive model that can assist in identifying students who may need additional support.","archived":false,"fork":false,"pushed_at":"2025-01-14T16:31:58.000Z","size":1087,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T06:45:14.477Z","etag":null,"topics":["classification-algorithm","ensemble-learning","exploratory-data-analysis","machine-learning","matplotlib","numpy","pandas","regression-models","seaborn"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chandkund.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-02T17:53:42.000Z","updated_at":"2025-01-14T16:32:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7aa07d2-f8ca-4d4a-96e1-143d0b47dccf","html_url":"https://github.com/chandkund/Predicting-Student-Grades","commit_stats":null,"previous_names":["chandkund/predicting-student-grades"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chandkund/Predicting-Student-Grades","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandkund%2FPredicting-Student-Grades","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandkund%2FPredicting-Student-Grades/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandkund%2FPredicting-Student-Grades/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandkund%2FPredicting-Student-Grades/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chandkund","download_url":"https://codeload.github.com/chandkund/Predicting-Student-Grades/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chandkund%2FPredicting-Student-Grades/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["classification-algorithm","ensemble-learning","exploratory-data-analysis","machine-learning","matplotlib","numpy","pandas","regression-models","seaborn"],"created_at":"2025-01-08T20:17:36.211Z","updated_at":"2026-04-29T20:35:27.967Z","avatar_url":"https://github.com/chandkund.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎓 Predicting Student Grades\n\n## Overview\n\nThis project predicts student grades (G1, G2, G3) based on various features such as demographic information, study habits, family background, and other academic factors. The aim is to develop a predictive model that can assist in identifying students who may need additional support.\n\n## Project Workflow\n\n1. **Data Exploration**  \n   - Analyzed the distribution and relationships between features like study time, family support, and internet access.          \n   - Visualized the data to understand patterns and detect any anomalies.       \n\n2. **Data Preprocessing**  \n   - Cleaned and prepared the dataset by handling missing values and encoding categorical variables.   \n   - Scaled numerical features to ensure optimal model performance.  \n\n3. **Model Implementation**  \n   - Built regression models to predict student grades (G1, G2, G3).  \n   - Experimented with algorithms like Linear Regression, Random Forest Regressor, and Support Vector Machines.  \n\n4. **Model Evaluation**  \n   - Evaluated model performance using metrics such as Mean Squared Error (MSE) and R-squared.  \n   - Selected the best model based on predictive accuracy for future student grade predictions.  \n\n## Datasets\n\nThe dataset includes the following features:  \n- **school**: The school the student attends.  \n- **sex**: Gender of the student.  \n- **age**: Age of the student.  \n- **address**: Type of residential address.  \n- **famsize**: Family size.  \n- **Pstatus**: Parent's cohabitation status.  \n- **Medu**: Mother's education level.  \n- **Fedu**: Father's education level.  \n- **Mjob**: Mother's job.  \n- **Fjob**: Father's job.  \n- **reason**: Reason to choose the current school.  \n- **guardian**: Student's guardian.  \n- **traveltime**: Time taken to travel to school.  \n- **studytime**: Weekly study time.  \n- **failures**: Number of past class failures.  \n- **schoolsup**: Extra educational support.  \n- **famsup**: Family educational support.  \n- **paid**: Extra paid classes.  \n- **activities**: Extracurricular activities.  \n- **nursery**: Attended nursery school.  \n- **higher**: Wants to pursue higher education.  \n- **internet**: Internet access at home.  \n- **romantic**: Relationship status.  \n- **famrel**: Quality of family relationships.  \n- **freetime**: Free time after school.  \n- **goout**: Going out with friends.  \n- **Dalc**: Workday alcohol consumption.  \n- **Walc**: Weekend alcohol consumption.  \n- **health**: Current health status.  \n- **absences**: Number of school absences.\n\n## Target Columns\n- **G1**: First period grade.  \n- **G2**: Second period grade.  \n- **G3**: Final grade.\n\n## Installation\n\n1. **Clone the repository**:  \n   ```bash\n   git clone https://github.com/chandkund/Predicting Student Grades.git\n   ```  \n2. **Navigate to the project directory**:  \n   ```bash\n   cd Predicting Student Grades \n   ```  \n3. **Install required packages**:  \n   ```bash\n   pip install -r requirements.txt \n   ```\n\n## Usage\n\nRun the script to predict student grades:  \n```bash\npython Predicting Student Grades.py\n```\n\n## Results\n\nThe project successfully predicted student grades using various regression models. The best model provided accurate predictions of G1, G2, and G3, highlighting the importance of factors like study time, family support, and alcohol consumption.\n\n## LICENSE\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandkund%2Fpredicting-student-grades","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchandkund%2Fpredicting-student-grades","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandkund%2Fpredicting-student-grades/lists"}