plotting#

Plotting functions for the CLV module.

Functions

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

Plot the recency and T of DataFrame of customers.

plot_expected_purchases(model, ...[, ...])

Plot actual and expected purchases over time for a fitted BetaGeoModel or ParetoNBDModel.

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.