- Modeling Process - To create a predictive model, data is collected for the relevant predictors, a statistical model is formulated, predictions are made and the model is validated (or revised) as additional data becomes available. The model may employ various algorithms.
- Logistic Regression - This is one of the commonly used statistical algorithms in predictive modeling. It is particularly effective for binary target variables (such as response/non-response, default/non-default). Check here for more technical details. Within logistic regression, there are variations to produce prediction. Commonly used methods may be classified into the 3 general categories
- Linear Logistic Regression
- Parametric Non-linear Logistic Regression
- Multi-layer Perception (MLP)
Copyright Ó 2001-2007 InfoDecipher Corp. All Rights Reserved.