{% extends "layouts/base.html" %} {% block title %} CLV Prediction {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
Customer Lifetime Value Calcualtion
Dimension selection
  • Customer Lifetime Value Prediction for Next 6 Months CLV Prediction enables us to see how the customers engage with the business, what this engagement brings to the businesses. In order to predict the future of customer engagement, each of them must be well understood.
  • How does CLV Prediction work?
    Each customer's next purchase date is predicted for the next 6 months. According to their purchase amount per their order predicted purchase dates of amounts are also predicted. However, we are only involved by using this mythology, newcomers of the total purchase amount are also predicted individually. CLV Prediction processes are not executed per day. It is executed per week. Each week the clv predictions are calculated for the next 6 months. You probably see overlapping days on the line chart. This is because of the weekly prediction process. In addition to that, This overlapping also helps us to track the CLV Performance about comparing Actual and Predicted Total Payment Amount per day.
  • How can Customer Lifetime Value Prediction for the Next 6 Months be read?
    In a timeline, you probably see the daily total amount and predicted purchase amount per day. In that case, it is possible to see how well your business works. There are two main categorical data which are 'actual' and 'predicted'. Actual data is the total purchase amount per day. Predicted Data is the total predicted amount per day.
  • CLV Predicted Next Week Customers of Segments of Total Purchase Amounts
    This chart shows us the Predicted Customers of Segments. Their segments of % give us the idea of the business of growth.
Next Week CLV Predictions {% if data_type['daily_clv'] == False %} sample data {% endif %}
Customers of Segments of Total Predicted Purchase Amounts {% if data_type['clvsegments_amount'] == False %} sample data {% endif %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}