Surprise v0.0.4 Release Notes

Release Date: 2016-11-15 // over 7 years ago
  • Date: 15/11/16

    โœจ Enhancements

    • โž• Added notebooks for comparing and evaluating algorithm performances
    • ๐Ÿ‘ Better use of setup.py
    • โž• Added a min_support parameter to the similarity measures.
    • โž• Added a min_k parameter to the KNN algorithms.
    • The similarity matrix and baselines are now returned.
    • โœ… You can now train on a whole training set without test set.
    • The estimate method can return a tuple with prediction details.
    • โž• Added SVD and SVD++ algorithms.
    • โœ‚ Removed all the x/y vs user/item stuff. That was useless for most algorithms.

    API Changes

    • โœ‚ Removed the @property decorator for many iterators.
    • It's now up to the algorithms to decide if they can or cannot make a prediction.