From 9da22b9cd34d34a5bf51db41bcc728a9109dd4d1 Mon Sep 17 00:00:00 2001 From: Eamon Keane Date: Wed, 2 May 2018 13:07:10 +0100 Subject: [PATCH] typo --- lifetimes/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lifetimes/utils.py b/lifetimes/utils.py index 1cdf9b15..e7421ba7 100644 --- a/lifetimes/utils.py +++ b/lifetimes/utils.py @@ -25,7 +25,7 @@ def calibration_and_holdout_data(transactions, customer_id_col, datetime_col, ca This function creates a summary of each customer over a calibration and holdout period (training and testing, respectively). - It accepts transition data, and returns a Dataframe of sufficient statistics. + It accepts transaction data, and returns a Dataframe of sufficient statistics. Parameters ----------