How Machine Learning Helps Analytics to be Proactive

The traditional role of data and analytics was in supporting of decision making. Now they are applied where they have never been before. Today data and analytics are not only describing, diagnosing, predicting, or even recommending the best actions, but also triggering those actions automatically. The motivation behind this new area of application is the goal of many businesses to reduce task performance time and the volume of human labor.

“Many organizations claim that their business decisions are data-driven. But they often use the term “data-driven” to mean reporting key performance metrics based on historical data — and using analysis of these metrics to support and justify business decisions that will, hopefully, lead to desired business outcomes. While this is a good start, it is no longer enough”.

Gartner

Machine Learning helps Analytics to be Proactive

To be effective, a business needs to transform the data it possesses into effective decisions. That’s where Analytics comes to the aid and provides the scientific process for this.

“Analytics — the scientific process of transforming data into insight for making better decisions”.

Essentials of Business Analytics by Jeffrey D. Camm et al.

Let’s see how analytics evolved over time.

The stages of analytics evolution

Stage 1 – Descriptive Analytics

In the beginning, having any kind of data at all was an accomplishment. From that data, we drew some basic analysis and described the situation based on that. Descriptive analytics answered the question: what happened?

Stage 2 – Diagnostic Analytics

Then analytic techniques and tools made some progress and began explaining not just what happened, but also why. For example: why did traffic to the website go up 50% yesterday? Analytics became diagnostic. Diagnostic analytics answered the question: why did it happen?

Stage 3 – Predictive Analytics

This generation is predictive in its nature, helping us to not only understand what happened in the past, but what could happen in the future.

Predictive analytics answers the question: what will happen?

Stage 4 – Prescriptive Analytics

After prediction, there is the next step of analytics –  prescriptive analytics that tells us what to do.

Prescriptive analytics answers the question: what should we do?

Stage 5 – Proactive Analytics

There are two ways to act. To React to the situation or to act Proactively creating or controlling a situation by causing something to happen rather than responding to it after it has happened. The last generation of analytics is the proactive generation, in which the machines don’t need a human to act. They will simply act Proactively and do the work.

Proactivity in Machine Learning

There are several ways to implement some form of proactivity in real-life business.

One of them is a simple rule-based empirical approach, when you manually define and hard-code the rules for a specific situation (e.g. If the price is lower than 100$ – sell). Then some software program can make predefined actions. This is just like a simple automatization of business decisions.

Another one is a more sophisticated mathematical optimization approach. For example, this way you can minimize costs of inventory. With this approach you need to:

  1. Model the business problem as a mathematical optimization problem, potentially ignoring some of its parts
  2. Solve the optimization problem using a mathematical optimization solver
  3. Tweak the mathematical solution

Modeling requires expert knowledge of the problem field and an experienced analytics practitioner, for instance, a PhD in Operations Research.

However, modeling is often not feasible or expensive. In these cases, machine learning comes to help.

The term Machine Learning was first coined in 1959 when computer gaming pioneer Arthur Samuel described it as a method for giving “computers the ability to learn without being explicitly programmed.” This is still a fair description today.

It was not an easy task to develop computer ability to learn to the level that is comparable with humans. Decades have gone to approach this goal. Now a computer is able to play the most challenging games (chess, poker, Go) better than a human, it can drive a car and do other extremely hard tasks without being explicitly programmed. Now a computer can learn from its own experience and feedback and is ready for autonomous proactivity even without domain-specific human knowledge. This breakthrough in machine learning opens new possibilities for business. Let’s discuss the types of machine learning that are applied in business solutions today and what tasks they are used for.

Types of Machine Learning

There are three main types of machine learning: supervised, unsupervised, and reinforcement.

Supervised Machine Learning

A characteristic feature of supervised learning is that the desired output should be already known. It is similar to a situation when a student is learning from an instructor, but in our case, the system is learning by the example. Knowledge is provided in the form of a training data set. Most often this approach is used for two types of problems: classification and regression.

With classification we can solve many types of analytics tasks. For example to classify customers or goods. Supervised learning can be used even for actions recommendation, but only if we have a dataset where for every datapoint there is one best recommended action. Often it is very hard or impossible to make such a dataset because often we don’t know what action was really the best in that situation. However, making datasets for other types of tasks, for example, for descriptive analytics, is much easier. Descriptive analytics can be applied for various purposes, such as calculating credit risks, understanding trends, and evaluating metrics over time.

When using supervised learning approach, it is also relatively easy to predict some continuous value having the existing historical data. This way machine learning already provides for Prescriptive Analytics. That is called regression. It can be effectively combined with mathematical optimization. For instance, we can use machine learning techniques to build a model that predicts future demand (future sales levels) for a retail store chain. We can then use optimization to compute optimal inventory management for these stores, making sure that the cost of inventory and risks of inventory depletion are kept at a minimum.

Unsupervised Machine Learning

Unsupervised machine learning is a more complex process that has been put to use in a smaller number of applications so far. It occurs when a system can freely determine patterns in data, the hidden structure with no specific target or goal. You could have come across this technique in relation to fueling recommendation engines. There it is used to help customers discover products they like and assist businesses in unlocking non-obvious (and profitable) groupings. Its strength is that it can group and structure complex data and convert it into a more convenient format for future human analysis. For example, it can define customers groups (clusters) without naming or classifying them. In some cases, it can be used for prescriptive analytics and suggest the most probable actions based on history.

Reinforced Machine Learning

The reinforcement learning (RL) assumes that there is some numerical reward that should be maximized – quantity feedback. The rest is done by trial-and-error search. The learning agent becomes better and better at each step. With some modifications, it can be used to find an optimal strategy even when there are several competitive agents (for example, it can find the best strategy for an online display advertising auction). RL is a working approach to create a real-time decision-making agent. It works well for black box solutions when the problem field is complex and not well-studied and can be used to compute decisions directly.

However, there are some conditions that need to be met to implement RL. So, applying RL is justified, when a reward (or penalty) is in the numeric form, one training iteration doesn’t take too much time, and the time between an action and a reward isn’t very long. Also, a prerequisite for implementing RL is a possibility to make a computer simulation or cheap real simulation where the agent can learn and where a failure will not be very expensive.

To sum up

We see how fast machine learning is developing and how the problems that existed just yesterday are eliminated today. Machine learning products that used to be passive scientific tools are now turning into end-to-end autonomous proactive decision-makers. Applications for these new proactive products are numerous and will only multiply in the years to come. Such applications include self-driving cars, online content optimization, bidding in the online Display Advertising auctions, and more. We are sure that tasks that require autonomous decisions will be totally automated by machine learning techniques in the nearest feature.

Share article: