In Statistics, Linear Regression is a model that estimates the relationship between a dependent variable and one or more independent variables also termed as ‘regressor’ (Linear Regression, Wikipedia).
It assumes that there is a linear relationship between the input and output, meaning the output changes at a constant rate as the input changes. This relationship is represented by a straight line (Linear Regression in Machine Learning, GeekforGeeks).