AI

Predictive vs Prescriptive Analytics Difference

In this post, you will quickly learn about the difference  between  predictive analytics and prescriptive analytics. As data analytics stakeholders, one must get a good understanding of these concepts in order to decide when to apply predictive and when to make use of prescriptive analytics in analytics solutions / applications.

Without further ado, let’s get straight to the diagram. 

Fig 1. Difference between Predictive & Prescriptive Analytics

In the above diagram, you could observe / learn the following:

  • Predictive analytics: In predictive analytics, the model is trained using historical / past data based on supervised, unsupervised, reinforcement learning algorithms. Once trained, the new data / observation is input to the trained model. The output of the model is prediction in form of regression (numerical estimate), classification (binary or multi-class classification), clusters (segmenting the data in groups based on similarity) etc.
  • Prescriptive analytics: In prescriptive analytics, one or more mathematical algorithms are applied on the outcomes of predictive analytics solutions / predictions (optional) and business goals, and, the best solution is recommended. The recommended solution optimises the business goal, taking into consideration all decision variables, constraints, and trade-offs. Prescriptive analytics is primarily related to decision optimization problems. Prescriptive analytics builds upon the results of predictive analytics. It suggests all favourable outcomes and, which courses of action needs to be taken to reach a particular outcome. Recommendation systems are classical examples where prescriptive analytics is applied. Here are some examples of prescriptive analytics solutions:
    • Google’s self-driving car: Decision on when and where to turn, whether to slow down or speed up and when to change lanes is done using prescriptive analytics methods.
    • In sourcing, the factors affecting pricing is considered to get the best terms and appropriately hedge risks.

Here is another diagram which depicts the path from descriptive analytics to prescriptive analytics. Quite a self explanatory diagram. Note the difference between predictive and prescriptive analytics.

Fig 2. Descriptive vs Predictive vs Prescriptive analytics (source)

References

Here are some good links to understand the concepts of predictive and prescriptive analytics:

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. For latest updates and blogs, follow us on Twitter. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking. Check out my other blog, Revive-n-Thrive.com

Recent Posts

Mean Squared Error vs Cross Entropy Loss Function

Last updated: 28th April, 2024 As a data scientist, understanding the nuances of various cost…

16 hours ago

Cross Entropy Loss Explained with Python Examples

Last updated: 28th April, 2024 In this post, you will learn the concepts related to…

17 hours ago

Logistic Regression in Machine Learning: Python Example

Last updated: 26th April, 2024 In this blog post, we will discuss the logistic regression…

2 days ago

MSE vs RMSE vs MAE vs MAPE vs R-Squared: When to Use?

Last updated: 22nd April, 2024 As data scientists, we navigate a sea of metrics to…

4 days ago

Gradient Descent in Machine Learning: Python Examples

Last updated: 22nd April, 2024 This post will teach you about the gradient descent algorithm…

7 days ago

Loss Function vs Cost Function vs Objective Function: Examples

Last updated: 19th April, 2024 Among the terminologies used in training machine learning models, the…

1 week ago