Tag: coefficient

  • Coefficient and intercept in linear regression

    Coefficient and intercept in linear regression play an important role in machine learning. For the beginners, this concept is essential. Why? Let’s try to understand the topic in this section. Firstly, let’s imagine an equation like below. y = mx + b In the above equation, y is the dependent variable, and x is the…

  • How do you predict a single value in linear regression?

    How to predict a single value in linear regression using a machine learning model? Let’s try to understand with a simple example. In our previous section we have discussed how we can use the linear regression method of the scikit-learn library to make it happen. However, to do this operation we also need another great…