Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 494 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 494 Bytes

BostonHousing

An End to End Data Analysis and Machine Learning Project on Boston Housing Dataset using python libraries

  • numpy
  • pandas
  • matplotlib
  • seaborn
  • sklearn

EDA and model building are implemented in the boston_housing notbook under the notebooks directory

To follow up clone the repo and execute the following command to download all packages and dependencies:

pip install -r requirements.txt

Project Structure

  • models
  • datasets
  • notebooks