Prerequisites
Regression, train-test separation, spatial autocorrelation, and prediction error.
Define whether the model will interpolate nearby or transfer to distant regions. Nearby train and test observations can share information through spatial dependence. Choose folds, buffers, and preprocessing rules that reflect the deployment question.
Worked example
A random point split can test prediction near sampled sites while a regional holdout tests geographic transfer. Neither number is universally correct without specifying the target use.
Model and Assumptions
An invented mapping project will predict in unsampled regions. Random folds yield RMSE 2; whole-region holdouts yield RMSE 7. The team selected hyperparameters after repeatedly checking those same region holdouts. Some predictors were imputed using all regions before splitting.
Further inquiry
Specify a nested fold scheme, including buffers, preprocessing, and hyperparameter selection. Define the target geography and explain how you would report uncertainty across regions without treating neighboring pixels as independent replicates.
Review criteria
- Keep outer outcomes isolated from every tuning step.
- Justify spatial units using dependence and deployment context.
- Explain remaining extrapolation limits.