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.
- Host: GitHub
 - URL: https://github.com/cawfree/boston-housing-dataset
 - Owner: cawfree
 - License: mit
 - Created: 2020-01-13T22:14:26.000Z (almost 6 years ago)
 - Default Branch: master
 - Last Pushed: 2020-01-13T23:36:21.000Z (almost 6 years ago)
 - Last Synced: 2025-03-15T23:16:24.024Z (8 months ago)
 - Topics: boston, dataset, housing, learning, machine, regression
 - Homepage:
 - Size: 22.5 KB
 - Stars: 1
 - Watchers: 1
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
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)