Giter VIP home page Giter VIP logo

merrcury / prj_boston_housing_ml Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 38 KB

In this project, I have predicted prices of houses in the suburbs of Boston by using Machine Learning. Machine learning is achieved using Python 3. The model used for evaluating results is Decision Tree Regression.

Jupyter Notebook 100.00%
machine-learning first-project first-repository decision-tree-regression boston python

prj_boston_housing_ml's Introduction

PRJ_Boston_Housing_ML

Overview

In this project, I will be evaluating prices of houses in suburbs of Boston by using Machine Learning. Machine learning is achieved using Python 3. Model used for evaluating results is Decision Tree Regressor.

MACHINE LEARNING

Machine learning is a subset of artificial intelligence in the field of computer science that often uses statistical techniques to give computers the ability to "learn" (i.e., progressively improve performance on a specific task) with data, without being explicitly programmed.

Decision Tree

Regression. Decision tree builds regression or classification models in the form of a tree structure. It breaks down a dataset into smaller and smaller subsets while at the same time an associated decision tree is incrementally developed. The final result is a tree with decision nodes and leaf nodes.

Requirement

At time of developing this program following version of packages/libraries are used.

  1. Python version 3.7.1
  2. scikit-learn version 0.20.1
  3. numpy version 1.15.4
  4. pandas version 0.23.4
  5. matplotlib version 3.0.2

Data Description

The Boston data frame has 506 rows and 14 columns. This data frame contains the following columns: crim: per capita crime rate by town. zn: proportion of residential land zoned for lots over 25,000 sq.ft. indus: proportion of non-retail business acres per town. chas: Charles River dummy variable (= 1 if tract bounds river; 0 otherwise). nox: nitrogen oxides concentration (parts per 10 million). rm: average number of rooms per dwelling. age: proportion of owner-occupied units built prior to 1940. dis: weighted mean of distances to five Boston employment centres. rad: index of accessibility to radial highways. tax: full-value property-tax rate per $10,000. ptratio: pupil-teacher ratio by town. black: 1000(Bk - 0.63)^2 where Bk is the proportion of blacks by town. lstat: lower status of the population (percent). medv: median value of owner-occupied homes in $1000s.

This is required & correct information upto my knowledge.

prj_boston_housing_ml's People

Contributors

anirudhsingla avatar ketan9808 avatar merrcury avatar

Forkers

anirudhsingla

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.