Skip to content

1.15: Merge pull request #281 from maciejkula/data_builder

Compare
Choose a tag to compare
@maciejkula maciejkula released this 26 May 11:06
· 142 commits to master since this release
83c0289

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).