File size: 1,057 Bytes
13851bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ab82a05
 
 
 
 
 
 
13851bb
5293b97
 
7ba29fe
5293b97
 
7ba29fe
 
 
b0aab5f
3614668
7ba29fe
b0aab5f
 
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
51
52
53
54
55
---
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-*
language:
- en
tags:
- code
pretty_name: CS482Assignment1
size_categories:
- 10K<n<100K
---

# Dataset Card for Housing
This dataset is from https://github.com/ageron/data/

### Dataset Description
This dataset is for CS482 Assignment 1
- **Curated by:** Aman Mangukiya

### Dataset Sources
**Repository:** https://github.com/ageron/data/tree/main/housing

## Dataset Card Authors
Aman Mangukiya