An open API service indexing awesome lists of open source software.

https://github.com/cawfree/boston-housing-dataset

The Boston Housing Dataset, compiled by Harrison and Rubinfeld in 1978.
https://github.com/cawfree/boston-housing-dataset

boston dataset housing learning machine regression

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# boston-housing-dataset
The Boston Housing Dataset, compiled by in Harrison and Rubinfeld in 1978.

## 🚀 Getting Started

Using [`npm`]():

```bash
npm i -s boston-housing-dataset
```

Using [`yarn`]():

```bash
yarn add boston-housing-dataset
```

## ✍️ Usage

```javascript
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](https://opensource.org/licenses/MIT)