0.5.0
✨ Highlights ✨
Visualization app is now here! See our extended example for cool interactive Jupyter widgets.
Also we introduced EASE
model and a new popularity bias metric AvgRecPopularity
.
All updates
Added
VisualApp
andItemToItemVisualApp
widgets for visual comparison of recommendations (#80, #82, #85, #115)- Methods for conversion
Interactions
to raw form and for getting raw interactions fromDataset
(#69) AvgRecPopularity (Average Recommendation Popularity)
tometrics
(#81)- Added
normalized
parameter toAvgRecPopularity
metric (#89) - Added
EASE
model (#107)
Changed
- Loosened
pandas
,torch
andtorch-light
versions forpython >= 3.8
(#58)