Train data import

The behavioral recommenders are trained on user behavior. Luigi's Box analytics collects co-purchases (items bought together within same session, by same user, etc.). It however takes some time from the beginning of data collection until we have enough knowledge to learn good quality recommendations. To speed the learning period, we can import a log of historical transactions from a file.

The data can be imported via Transactions API.