Skip to content

Recommenders 1.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 05:58
b704c42

New algorithms or improvements

  • Reduce iterations of W&D to reduce the integration tests time in #1698
  • Implementation of most frequent recommendation in #1666
  • Implement time_now for sarplus in #1719 #1721
  • Add a fast failure in SAR+ if the similarity metric is not within the options in #1743
  • SAR item similarity dtype correction in #1751
  • Simplify SAR test data loading functions in #1752
  • Reformat SAR+ SQL queries in #1772
  • Add new item similarity metrics for SAR in #1754

New utilities or improvements

  • Rewrite get_top_k_items() to improve runtime in #1748
  • Optimized Spark recall_at_k time performance in #1796

New notebooks or improvements

  • Fix missing import in FastAI notebook #1708
  • Review NCF notebook in #1703 #1712
  • Review LigthFM notebook and add test in #1706
  • Review BPR notebook in #1704
  • Review LightGCN notebook in #1714
  • Review DKN notebook in #1722
  • Review SAR notebook #1738 #1768

Other features

Full Changelog: 1.1.0...1.1.1