/Linear-Regression-with-Boston-Housing-Dataset

Implementing Simple Linear Regression using scikit-learn and python with Boston Housing Dataset

Primary LanguageJupyter Notebook

Linear Regression

Check the python notebook which covers Simple Linear Regression using Boston Housing Dataset

Requirements

  • Numpy - Array manipulations and computations
  • Pandas - Creating data frames and exploring Dataset
  • Matplotlib and Seaborn - Visualizing dataset and creating different insightful plots
  • Scikit-learn - Importing Regression Model and different evaluation metrices. You can also import the Boston Housing dataset