We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
I would appreciate any suggestions/ hints on how to code a linear model using python how do we do the matrix multiplications manually to find the slope? (effectively) I dont have to worry about the constant term in the linear line if I center my data right?
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Day 6: Multiple Linear Regression: Predicting House Prices
You are viewing a single comment's thread. Return to all comments →
I would appreciate any suggestions/ hints on how to code a linear model using python how do we do the matrix multiplications manually to find the slope? (effectively) I dont have to worry about the constant term in the linear line if I center my data right?