Skip to content

0.10.0 - 2022-02-04

base

checks

  • Created this module to store estimator unit testing, rather than having it in the utils module.

compose

evaluate

facto

  • Added debug_one method to BaseFM.

feature_extraction

metrics

misc

  • Created this module to store some stuff that was in the utils module but wasn't necessarily shared between modules.
  • Implement misc.CovMatrix.

reco

  • Renamed the Recommender base class into Ranker.
  • Added a rank method to each recommender.
  • Removed reco.SurpriseWrapper as it wasn't really useful.
  • Added an is_contextual property to each ranker to indicate if a model makes use of contextual features or not.

stats

utils

  • Removed utils.Window and use collections.deque instead where necessary.