Minimum Actionable Insight: Providing Value as a Data Scientist


data analysis data scientist minimum viable product

Mr. Duck working on his RFM analysis (generated with Leonardo AI)

I want to start by stating something not so obvious: not all company needs to add AI to their current business. When we consider the data science hierarchy of needs, AI utilization is placed at the top of the hierarchy, meaning its value will be visible if the other needs below it are accommodated (except of course when AI is the core business). This is true especially if our company is just getting started, or still trying to gain traction.

Data Science Hierarchy of Needs However, we do not need to wait until everything is perfect (i.e. the data warehouse is 100% ready, the data is clean, etc) to get the value out of our data (since it never will be ready). Just like the idea of MVP of a product, we could also create a minimum actionable insight using what we currently have. The keywords here are minimum and actionable. Minimum since we want to do a small experiment/analysis using the data that we currently have in hand. Actionable because we want to focus on any information/insight that could improve our business. If we can’t take action from the result of our analysis, it means we just doing analysis for the sake of doing analysis. No matter how sophisticated that analysis is, it is still useless.

Minimum Actoinable Insight

So, what kind of minimum actionable insight that we can do? Based on my experience, there are several low-hanging analyses that could be done in a relatively short time but are providing valuable information to our business. Those analyses are:

1. Centralized Dashboard

Do not underestimate the value of a centralized dashboard. A dashboard could provide a quick look into how the overall business is going. This doesn’t need to be real-time at first. Data up to yesterday is enough to get a glimpse of the overall trend and it could provide us with some insight regarding our past data. Are there any seasonal trends? Are our users coming back? Do our total transaction and value increase month to month or not? This insight could be answered via a simple dashboard. Simple dashboard could provide valuable insight

2. Cohort Analysis

This is my favorite. As a business, we want the users to keep coming back to use our product. Their coming back is a sign that our product is being used and is solving their needs. Cohort analysis is a simple yet powerful technique to track metrics (i.e. retention rates) across different groups over time. By tracking their behavior over time, we could analyze which group has a better retention rate, better transaction power, or any other metrics, thus leading to a different approach to those groups. You can find more about the details and technicality in my other post here. Cohort analysis

3. Customer Profiling and Segmentation.

If we have collected some information about our customer, then we could group/segment them based on their profile. We could start segmenting based on demographic (age, gender), geographic (location) or behavioral (purchase pattern). Even if we didn’t collect any personal information, only transactional data, we could apply RFM (Recency, Frequency, Monetary) segmentation on it, to find out who our best customers are.

RFM works by segmenting our customer based on their transaction recency, frequency, and monetary (amount). By combining those 3 segments, we could identify multiple personas/groups, such as users that are loyal to us (very recent, high amount of transactions), or user that are about to churn (low in recency, but have good past frequency). This information could be used to adapt our business actions more strategically.

4. Funnel analysis

Lastly, we could also analyze our app’s overall journey from start to finish. For example, if our app is an e-commerce app, then we could analyze our user journey from visiting our app, product discovery via searching or front page browsing, adding to cart, checkout, payment, and order confirmation. Within each step, we could analyze if is there any significant drop (percentage-wise) from one step to the next one.

Let’s say we have a significant drop from checkout to payment, then we could analyze what is the potential root cause for this. Is there any issue with the payment gateway? Or does the user experience need improvement? We could also combine it further with user profiles and segment, to figure out whether this is applicable to specific segment only or for all customer. This provides us with actionable insight to enhance our app’s user experience, conversion rates, and overall application usability. Funnel action of a e-commerce

Conclusion

I n the end, our job as a data scientist is not to do advanced and complex machine learning modeling. All those things are tools, not the job. Our job is to leverage the data that we have to solve business problems. Sometimes the problem requires advanced and complex ML, but sometimes when the business is new, the data isn’t ready, or the company isn’t ready, we still could provide value by doing simple analysis that could make an impact on our business.