Introduction to Machine Learning: Linear Regression

Linear Regression is a technique to create a linear equation given a dataset. We use this when we expect to have a linear correlation, perhaps something like square footage of an apartment compared to rent price. First, I’m going to show you an example of how linear regression works via sklearn and then we’ll buildContinue reading “Introduction to Machine Learning: Linear Regression”