pdstools.valuefinder.Aggregates¶
Classes¶
Aggregates. |
Module Contents¶
- class Aggregates(vf: pdstools.valuefinder.ValueFinder.ValueFinder)¶
Aggregates.
- Parameters:
- vf¶
- get_customer_summary(*, threshold: float | None = None) polars.LazyFrame¶
Computes the summary of propensities for all customers
- get_counts_per_stage(*, threshold: float | None = None)¶
Get counts per stage.
- Parameters:
threshold (float | None)
- property max_propensity_per_customer: polars.DataFrame¶
Max propensity per customer.
- Return type:
polars.DataFrame