Contains data for internship of The Sparks Foundation.
- To make a machine learning model that can predict the percentage of a student based on the no. of study hours.
- Predict percentage of student who studies for 9.25 hrs.
To predict marks based on the number of hours of study, we will use Linear Regression Model in python of sklearn lib.
The model will take No. of Hours as input.
The output predicted by the model will be the percentage of the student.
y = (m * x) + b
- Python 3.8
- Jupyter Notebook
No. of Hours Studied : 9.25
Predicted Score : 92.39%
I hope that you will like my work.