File size: 826 Bytes
2149299 ed3c9f1 2149299 |
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 |
---
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: 0
dataset_size: 1737680
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "Assignment1"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |