nokaut / wsknn

Session-weighted recommendation system in Python
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

[Feature] Add custom weights array to `parse_pandas` function #58

Closed SimonMolinsky closed 11 months ago

SimonMolinsky commented 11 months ago

Currently, parse_pandas() parses only session, product, and time keys. It would be great to add the functionality to add custom product weights (for example, product value or transaction value) to the parser.