New
Recommenders 1.2.1
New algorithms or improvements
- SAR sparse multiplication modification due to a breaking change in scipy by @miguelgfierro in https://github.com/recommenders-team/recommenders/pull/2083
- Remove LightFM from core package in #2122 #2144
- Modified 2 files to update newsrec model by @sumana-2705 in https://github.com/recommenders-team/recommenders/pull/2125
New utilities or improvements
- Flattening matrix so dataframe can be built correctly by @gramhagen in https://github.com/recommenders-team/recommenders/pull/2084
- Added r-precision by @daviddavo in https://github.com/recommenders-team/recommenders/pull/2086
- Fix breaking change in sklearn in log_loss by @miguelgfierro in https://github.com/recommenders-team/recommenders/pull/2106
- Fix and improve ImplicitCF by @daviddavo in #2117 #2164
- Changing Function Name to reflect new Tensorflow interface. by @siyerp in https://github.com/recommenders-team/recommenders/pull/2143
- Deprecated use of dict in SeriesGroupBy.agg by @daviddavo in https://github.com/recommenders-team/recommenders/pull/2114
- Revert and fix python evaluation by @daviddavo in https://github.com/recommenders-team/recommenders/pull/2119