ML Zoomcamp 2023 – Machine Learning for Regression – Part 6

Training a linear regression model From the last article we know that we need to multiply the feature matrix X with weights vector w to get y (the prediction for price). g(X) = Xw ~ y Actually we want this Xw to be equal to y, but often it’s not possible.To achieve this, we needContinue reading “ML Zoomcamp 2023 – Machine Learning for Regression – Part 6”