boston-housing-dataset

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i boston-housing-dataset

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

84 kB

Total Files

6

Last publish

Collaborators

  • cawfree