On March 23, 2021
Lang: English
Linear Regression algorithm to predict house prices
In this exercise I am going to use linear regression techniques to predict the target variable (SalePrice). For this effect I will be using two datasets from kaggle. One is the train dataset, wich we will use to prform all the data preparation and modeling. The other one is the test dataset, that we will use at the end of the exercise to make our predictions. To make this possible I will be using R and jupyter notebook. All the needed packages are specified on the script.
Authors: Rodrigo Sarroeira
Keywords: regression, price, predict, machine learning