Welcome to reco’s documentation!

reco is a recommendation systems library in python. It currently has SVD and Collaborative Filtering available. Explore and have fun.

Installation

Installing reco through pip is easy. Use a terminal or command prompt and type out

pip install reco

After this you can import reco in your scripts.

Tutorials