Descriptive,
Predictive, and Prescriptive Analysis represent the three stages of analytical
maturity.
Most
organizations are stuck in the first stage (Descriptive)—looking at dashboards
to see what happened yesterday. The real value lies in moving up the curve:
predicting what will happen and, crucially, using algorithms to decide what
to do about it.
Here is the
detailed breakdown of the three analysis tiers, the algorithms involved, and
the toolset, followed by the downloadable Word file.
1. The Analytics Maturity Model
2. Tier
1: Descriptive Analysis (The Foundation)
This is
about summarizing history to understand the present.
3. Tier
2: Predictive Analysis (The Crystal Ball)
This uses
historical data to train models that forecast the future.
A. Regression (Forecasting
Numbers)
B. Classification (Predicting
Outcomes)
4. Tier
3: Prescriptive Analysis ( The Decision Maker)
This is
where analysis meets action. It tells you the optimal path.
5. Key Applications & Tools
|
Category |
Tool |
Usage |
|
Descriptive |
PowerBI / Tableau |
Interactive
dashboards to visualize "What happened." |
|
Predictive |
Scikit-Learn |
The
standard Python library for Machine Learning (Regression, Classification). |
|
Prophet |
Facebook's
tool for easy, accurate time-series forecasting. |
|
|
Prescriptive |
Gurobi / CPLEX |
Heavy-duty
solvers for optimization problems (Supply Chain, Scheduling). |
|
AutoML |
DataRobot / H2O |
Automates
the model building process. You upload data; it picks the best algorithm. |