cs482 / README.md
Amangukiya's picture
Update README.md
3614668 verified
metadata
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