Skip to content

GPA prediction using Linear Regression and Random Forest

Notifications You must be signed in to change notification settings

bushra2001/GPA_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPA Predictor

Created by Bushra Ashfaque

Steps to run ipynb file:

  • Add GPA_Predictor.ipynb file in Google Colab.
  • Upload The_Grades_Dataset.csv file.
  • Press Runtime -> Runall cells
  • Give input as a user.

Algorithms used:

  • Linear Regression
  • Random Forest

Formulate the problem :

Description

Cumulative Grade Point Average (CGPA) refers to the overall Grade Point Average (GPA), obtained by dividing the total Grade Points (GPs) earned in all courses attempted by the total degree-credit hours in all attempted courses. You are required to develop a machine learning system to predict final CGPA of a student at the end of fourth year given GPs of the courses obtained in initial years (up to first, second or third year).

The dataset to be used is attached with this file with name The_Grades_Dataset.csv.

  • Model 1: predict final CGPA based on GPs of first year only.
  • Model 2: predict final CGPA based on GPs of first two years.
  • Model 3: predict final CGPA based on GPs of first three years.