github benfred/implicit v0.6.0

latest releases: v0.7.2, v0.7.1, v0.7.0...
2 years ago

Changes

🚀 Features

  • Add an alpha parameter for the ALS models @benfred (#581)
  • Use num_threads for batch recommendations in MF models @benfred (#562)
  • Add save/load functions for models @benfred (#552)
  • Publish binary wheels to PyPi using cibuildwheel @benfred (#546)

🐛 Bug Fixes

  • Fix default argument typo in benchmark_als.py @atakanfilgoz (#585)
  • Fix save/load for models that haven't been fit @benfred (#577)
  • Warn on non-csr input passed to model.fit @benfred (#578)
  • Fix partial_fit_items bug with only growing by a single item @benfred (#563)

🏎💨 Performance Improvements

  • Only call sort_indices when verifying negative samples @benfred (#583)

📄 Documentation

  • Update link to dataset in lastfm example script @benfred (#573)

🧰 Maintenance

Don't miss a new implicit release

NewReleases is sending notifications on new releases.