Input features
8 numeric census and geographic features
Compare regression models for median house value prediction using the California Housing dataset.
This fixed setup makes the comparison understandable and repeatable. It is an example configuration, not an automatic recommendation for every dataset.
8 numeric census and geographic features
Check geographic leakage, split before fitting transformations, and scale when required by the selected estimator.
These values were computed with scikit-learn using the setup above. They show what one reproducible baseline looks like; they are not copied from the cited paper and are not a production guarantee.
MAE in $100,000 units: 0.533, 0.328, and 0.372.
Random Forest gives the highest R² and lowest MAE in this holdout. The result is useful as a nonlinear baseline, but geographic grouping and temporal drift need separate validation before real valuation work.

Repeat validation on recent, representative data; review subgroup errors; define a fallback; and monitor input and outcome drift.
Use the prediction as evidence, not as the sole decision maker, where an error could affect education, health, access, pricing, or customer treatment.
Pace & Barry (1997), Sparse spatial autoregressions, Statistics & Probability Letters.
The journal reference provides methodological or domain context. AutoTrain's benchmark above is a separate implementation using the stated holdout configuration.
Open journal article