plotting#

Plotting functions for the CLV module.

Functions

force_aspect(ax[, aspect])

plot_customer_exposure(df[, linewidth, ...])

Plot the recency and T of DataFrame of customers.

plot_frequency_recency_matrix(model[, ...])

Plot expected transactions in future_t time periods as a heatmap based on customer population frequency and recency.

plot_probability_alive_matrix(model[, ...])

Plot probability alive matrix as a heatmap based on customer population frequency and recency.