LightFM v1.16 Release Notes
Release Date: 2020-11-27 // almost 4 years ago-
โ Addded
- Set the
LIGHTFM_NO_CFLAGS
environment variable when building LightFM to prevent it from setting
-ffast-math
or-march=native
compiler flags.
๐ Changed
predict
now returns float32 predictions.
- Set the
Previous changes from v1.15
-
โ 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).
- โ Added a check that there is no overlap between test and train in