Content
What is Predictive Modelling?
What is Geospatial Predictive Modelling
Introducing Recursive Partitioning
Advanced Recursive Partitioning: Random Forest
Introducing Geographically Weighted Random Forest
School of Computing and Information Systems,
Singapore Management University
13 Sep 2025
What is Predictive Modelling?
What is Geospatial Predictive Modelling
Introducing Recursive Partitioning
Advanced Recursive Partitioning: Random Forest
Introducing Geographically Weighted Random Forest
Predictive modelling uses statistical learning or machine learning techniques to predict outcomes.





If the response is continuous, then the platform fits means, minimizing the sum of squared errors. The earlier is popularly known as Classification Trees and the later is known as Regression Trees.



A CART is read from the top down starting at the root node.

Random forest, like its name implies, consists of a large number of individual decision trees that operate as an ensemble.