surprise

Package — MLPython 3.7+Advanced

Recommendation systems: collaborative filtering algorithms

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
NumPy, SciPy, joblib
Install
pip install scikit-surprise

Learn by Difficulty

Quick Example

python
# Install: pip install scikit-surprise
import surprise

# Basic surprise usage
print(f"Using surprise")
# See documentation for detailed examples

surprise is a third-party package. Recommendation systems: collaborative filtering algorithms. Install with: pip install scikit-surprise

Try in Playground

Tags

packagemachine-learningaimodeling