Modelling & prediction
Predicting a value where nobody measured one — and knowing where that prediction stops meaning anything.
Topics in Modelling & prediction
2 topics, 28 guides. Each topic page groups the concepts, the how-to guides and the fixes for that subject.
-
Spatial machine learning
Features, spatial cross-validation, prediction rasters and the area a model can honestly speak for.
4 concepts · 8 how-to · 3 fixes → -
Interpolation & surfaces
IDW, kriging, TIN and variograms — turning scattered samples into a surface, with its support attached.
4 concepts · 6 how-to · 3 fixes →
Every guide in Modelling & prediction
Grouped by topic. A guide that spans two topics appears under both.
Spatial machine learning 15 guides
- How to Classify Land Cover from Satellite Imagery in Python classify land cover python
- Spatial Machine Learning Explained: Why Location Breaks the Usual Rules spatial machine learning explained
- Spatial Leakage Explained: Why Random Cross-Validation Lies spatial leakage explained
- Spatial Features Explained: Turning Geometry into Columns spatial features explained
- How to Sample Training Points from Rasters and Polygons sample training points python
- How to Build Spatial Features for a Machine Learning Model build spatial features python
- How to Do Spatial Cross-Validation in Python spatial cross validation python
- My Model Scores 0.95 in Testing and Fails in the Field model scores high fails in field
- How to Predict a Continuous Surface with Random Forest random forest spatial prediction python
- How to Turn Model Predictions Back into a Raster predictions to raster python
- My Prediction Raster Is Striped, Blocky or Full of NoData prediction raster artefacts
- How to Evaluate a Spatial Model Honestly evaluate spatial model python
- Extrapolation in Space Explained: The Area of Applicability area of applicability explained
- Feature Importance Says Coordinates Are the Best Predictor coordinates dominate feature importance
- How to Handle Class Imbalance in a Spatial Classifier class imbalance spatial classifier
Interpolation & surfaces 13 guides
- Spatial Interpolation Explained: Guessing Between the Samples spatial interpolation explained
- Sample Design Explained: Where to Measure sample design explained
- How to Interpolate Points to a Grid with IDW in Python idw interpolation python
- My IDW Surface Is Full of Bullseyes idw bullseyes
- The Variogram Explained: How Far Does a Measurement Reach variogram explained
- How to Fit a Variogram and Krige a Surface in Python kriging python
- My Kriging Fit Fails or Returns a Flat Surface kriging fit fails flat surface
- How to Build a TIN and Interpolate Elevations tin interpolation python
- IDW, Kriging, Splines or TIN? Choosing an Interpolator choosing an interpolator explained
- How to Cross-Validate an Interpolated Surface cross validate interpolation python
- How to Choose a Cell Size for an Interpolated Surface choose cell size interpolation
- My Interpolated Surface Extends Far Beyond the Data interpolation extends beyond data
- How to Interpolate to Polygons Instead of a Grid areal interpolation python