0.0.1 • Published 4 years ago

boston-housing-dataset v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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