Skip to content

abdelrahman-Ashraff/DSND-Project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

DSND-Project1

This repo contains the submission of DSND first project (Tested on Ubuntu 16.04 LTS and Python 3.x)

Getting Started

The code provided is to help identifying what else could affect the price of a house other than the common attributes (like number of rooms, footage area of the house, ..etc.) with more less recognized yet effective attributes using the powerful DATA SCIENCE.

Prerequisites

You should have at least Python 3.x and some mathematical, statistical and visualization libraries in order to run this code in your local machine. Here I used:

  • pip (for installing the required libraries)
  • numpy
  • pandas
  • seaborn
  • matplotlib

Installation

Let's start first with installing the required libraries using pip

python -m pip install --user numpy seaborn matplotlib pandas

Running the tests

If all the libraries are installed correctly open terminal (ctrl + alt + t) or any Python editor of your choice in case you used terminal type python3 then type:

import numpy
import seaborn
import matplotlib.pyplot
import pandas

Now you are ready to run the code on your local machine (if needed)...

Summary

Using Data Science it's proven that (age of the houe, the distance to nearest MRT, number of convenience stores) and many other features have a big effect on house pricing.

Check out this Blog on Medium here

Acknowledgements

About

This repo contains the submission of DSND first project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published