Datasets › California Housing Prices

California Housing Prices

archive 2025-07-28

Median house prices for California districts derived from the 1990 census.

About Dataset

Context This is the dataset used in the second chapter of Aurélien Géron's recent book 'Hands-On Machine learning with Scikit-Learn and TensorFlow'. It serves as an excellent introduction to implementing machine learning algorithms because it requires rudimentary data cleaning, has an easily understandable list of variables and sits at an optimal size between being to toyish and too cumbersome.

The data contains information from the 1990 California census. So although it may not help you with predicting current housing prices like the Zillow Zestimate dataset, it does provide an accessible introductory dataset for teaching people about the basics of machine learning.

Content The data pertains to the houses found in a given California district and some summary stats about them based on the 1990 census data. Be warned the data aren't cleaned so there are some preprocessing steps required! The columns are as follows, their names are pretty self-explanatory: - longitude - latitude - housing_median_age - total_rooms - total_bedrooms - population - households - median_income - median_house_value - ocean_proximity

Acknowledgements This data was initially featured in the following paper: Pace, R. Kelley, and Ronald Barry. "Sparse spatial autoregressions." Statistics & Probability Letters 33.3 (1997): 291-297.

and I encountered it in 'Hands-On Machine learning with Scikit-Learn and TensorFlow' by Aurélien Géron. Aurélien Géron wrote: This dataset is a modified version of the California Housing dataset available from: Luís Torgo's page (University of Porto)

Inspiration See my kernel on machine learning basics in R using this dataset, or venture over to the following link for a python based introductory tutorial: https://github.com/ageron/handson-ml/tree/master/datasets/housing

Benchmarks archive 2025-07-28

All 2 leaderboards whose dataset resolves to this page shown (sort by any header). "First row" is the archive's own first row at snapshot, in the archive's row order; nothing here re-ranks and metric direction is not asserted.

First row (archive order)PaperCode
Tabular Data Generation California Housing Prices TVAE Parameters(M) 0.045 Modeling Tabular data using Conditional GAN ydataai/ydata-synthetic +8 6 Compare
regression California Housing Prices Neural Network R2 Score 0.7908 Fidelity Isn't Accuracy: When Linearly Decodable... jacksoneshbaugh/lambda-linearity-score 3 Compare

Papers archive 2025-07-28

4 shown of 4 papers with a leaderboard row on this dataset's benchmarks, newest first. The archive's own "papers using this dataset" list was never published, so this is the benchmark-backed subset; the archive's count for this dataset is 6. The Syntology column is from Syntology's graph (read 2026-09-24), stated per sample; it is not part of any archive number.

DateSamples run Syntology
Fidelity Isn't Accuracy: When Linearly Decodable Functions Fail to Match the Ground Truth 1 3 13 Jun 2025 not harvested
Tabular Data Generation using Binary Diffusion 1 1 20 Sep 2024 ran 10 of 10 samples (0 unverified)
Language Models are Realistic Tabular Data Generators 1 2 12 Oct 2022 ran 0 of 6 samples (6 unverified)
Modeling Tabular data using Conditional GAN 9 3 1 Jul 2019 ran 2 of 3 samples (1 unverified)

Dataset loaders archive 2025-07-28

No loader listed in the archive.

Tasks archive 2025-07-28

License archive 2025-07-28

CCO

Modalities archive 2025-07-28

Languages archive 2025-07-28

Variants archive 2025-07-28

  • California Housing Prices

1 variant name, as the archive lists them.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections