Problem Statement : Predict the percentage of an student based on the no. of study hours.
Language : Python 3
Libraries : sklearn libraries
Machine Learning Model : Linear Regression
IDE : Google Colaboratory
What Exactly is Linear Regression?
Linear regression is a linear approach to modelling the relationship between a scalar response and one or more explanatory variables (also known as dependent and independent variables). The case of one explanatory variable is called simple linear regression; for more than one, the process is called multiple linear regression. This term is distinct from multivariate linear regression, where multiple correlated dependent variables are predicted, rather than a single scalar variable.