- Fix bug of Z dims in SoRec (340) - Add a reference to topic model in CTR (341)
1.6.0
New features
- Add Mean Average Precision (MAP) metric (338)
1.5.2
New improvements
- Fix bug in graph modality (333) - Update models to support clone function (334) - Add `lambda_reg` argument for NMF model (335) - Use `tqdm.auto` for multiple environment compatibility (336)
1.5.1
New improvements
- Improve the efficiency of KNN methods (331) - Use `tqdm.auto` for compatibility on Jupyter notebook env (332)
1.5.0
New models
- MTER model is faster with Cython (320) - Neighborhood-based methods (UserKNN and ItemKNN) (329)
1.4.1
New features and improvements
- Refactor code in examples (317) - CI tools support Python 3.7 - Update and test all tutorials and examples