Predicting the percentage of students based on studied No. of hours using Linear Regression

Опубликовано: 17 Июль 2026
на канале: Abdelrahman Ragab
25
2

In this Notebook, I implemented a regression model using the Scikit-Learn library. I'll start with simple linear regression involving two variables that predict the percentage of marks that a student is expected to score based on the number of hours they studied. This is a simple linear regression task as it involves just two variables.

GitHub: https://github.com/Abdelrhman2022/Pre...