File size: 921 Bytes
13851bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5293b97
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
dataset_info:
  features:
  - name: longitude
    dtype: float64
  - name: latitude
    dtype: float64
  - name: housing_median_age
    dtype: float64
  - name: total_rooms
    dtype: float64
  - name: total_bedrooms
    dtype: float64
  - name: population
    dtype: float64
  - name: households
    dtype: float64
  - name: median_income
    dtype: float64
  - name: median_house_value
    dtype: float64
  - name: ocean_proximity
    dtype: string
  splits:
  - name: train
    num_bytes: 1737680
    num_examples: 20640
  download_size: 824144
  dataset_size: 1737680
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# Dataset Card for Housing

<!-- Provide a quick summary of the dataset. -->

This dataset is from https://github.com/ageron/data

## Dataset Details

### Dataset Description

This project was for a class for the author

- **Curated by:** Aman Mangukiya