LightFM v1.15 Release Notes

Release Date: 2018-05-26 // almost 6 years ago
  • โž• Added

    • โž• Added a check that there is no overlap between test and train in predict_ranks (thanks to @artdgn).
    • โž• Added dataset builder functionality.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed error message when item features have the wrong dimensions.
    • Predict now checks for overflow in inputs to predict.
    • WARP fitting is now numerically stable when there are very few items to
      draw negative samples from (< max_sampled).