2 thoughts on “[Activity] Multiple Regression, and Predicting Car Prices ”

  1. Yasir Tharayil says:

    Dont we have the constant(B0) value in summary (along with other coeficients)?
    if yes,which one it is?

    1. Frank Kane says:

      Great question. The OLS module in statsmodel sets B0 to 0, so it’s not used in its results.
      There are exceptions though; if you read through its docs at https://www.statsmodels.org/dev/generated/statsmodels.regression.linear_model.OLS.html you can get all the details.

Leave a Reply