All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
All users of v0.1.6 is recommended to update to v0.1.7. LightFM support is now bacame stable.
Full Changelog: v0.1.6...v0.1.7
- Supported Context Features (user/item tags) for LightFM model.
Check this example notebook how to use user/item tags.
All users of 0.1.5 is recommended to update to v0.1.6.
Full Changelog: v0.1.5...v0.1.6
-
Fixed a bug in LightFM models.
-
Fixed a bug in similar_items() method (Commit d8e2a98)
- Supported returning scores with ret_scores argument for similar_items() (Commit b824a52)
- Fixed a bug for max_user_id/max_item_id (Commit 72543b6)
- Supported LightFM
- Added recommend_batch