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...