Ordinary Least Squares or Linear Least Squares is the simplest algorithm for linear regression.
The {{ isCausalPrediction() | targetRoleName}} variable is computed as the sum of weighted input variables. OLS finds the appropriate weights by minimizing the cost function (i.e., how "wrong" the algorithm is).
OLS is very simple and provides a very "explainable" model, but: