Skip to content

The Boston Housing Dataset, compiled by Harrison and Rubinfeld in 1978.

License

Notifications You must be signed in to change notification settings

cawfree/boston-housing-dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boston-housing-dataset

The Boston Housing Dataset, compiled by in Harrison and Rubinfeld in 1978.

🚀 Getting Started

Using npm:

npm i -s boston-housing-dataset

Using yarn:

yarn add boston-housing-dataset

✍️ Usage

import BostonHousing from 'boston-housing-dataset';

console.log(BostonHousing[Math.floor(Math.random() * BostonHousing.length)]);
// { crim: 0.12083, zn: 0, indus: 2.89, chas: 0, nox: 0.445, rm: 8.069, age: 76, dis: 3.4952, rad: 2, tax: 276, ptratio: 18, b: 396.9, lstat: 4.21, medv: 38.7 }

✌️ License

MIT

About

The Boston Housing Dataset, compiled by Harrison and Rubinfeld in 1978.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published