California Housing
收藏资源简介:
该数据集是加州住房数据集的一个修改版本,源自Luís Torgo的页面(波尔图大学)。数据集最初来自现已关闭的StatLib存储库,也可以从StatLib镜像下载。该数据集基于1990年美国人口普查数据构建,每行代表一个人口普查区块组。数据集包含经纬度、住房中位年龄、总房间数、总卧室数、人口、家庭数、收入中位数、房屋价值中位数和海洋接近度等属性。
This dataset is a modified version of the California Housing Dataset, originally sourced from Luís Torgo's page at the University of Porto. The dataset was initially obtained from the now-defunct StatLib repository and is also available for download from StatLib mirrors. Constructed based on the 1990 U.S. Census data, each row in the dataset represents a census block group. It includes attributes such as latitude, longitude, median age of housing, total number of rooms, total number of bedrooms, population, number of households, median income, median house value, and proximity to the ocean.
California Housing 数据集概述
数据来源
- 该数据集是加州住房数据集的一个修改版本,原始数据集来自Luís Torgo的页面(波尔图大学),最初从StatLib库获取。
- 数据集基于1990年加州人口普查数据构建,每行代表一个普查区块组。
数据调整
- 从
total_bedrooms列中随机移除了207个值,用于讨论缺失数据的处理。 - 新增了一个分类属性
ocean_proximity,用于描述区块组与海洋的相对位置。
数据描述
-
属性列表:
longitude:经度latitude:纬度housing_median_age:住房中位年龄total_rooms:总房间数total_bedrooms:总卧室数population:人口households:家庭数median_income:收入中位数median_house_value:住房价值中位数ocean_proximity:与海洋的相对位置
-
ocean_proximity分类统计:<1H OCEAN:9136INLAND:6551NEAR OCEAN:2658NEAR BAY:2290ISLAND:5
数据集特点
- 数据集包含地理和住房相关的多种属性,特别关注住房价值和地理位置的关系。




