Simple Linear Regression
Linear regression is an algorithm used to predict or visualise a relationship between two different features/variables. In linear regression tasks, there are two kinds of variables being examined: the dependent variable and the independent variable. Let us build our first Simple Linear Regression Model and learn along the way by building. This particular model is called as simple because it has only one independent variable. Here we are using the data containing people's salary and working experience to predict someone's salary based on their experience.
Sep-21-2021, 09:21:13 GMT
- Technology: