Ross ROSS = Recommend OSS · open-source software intelligence for agents

NicolasHug/Surprise

A Python scikit for building and analyzing recommender systems observed · 2026-08-28

github.com/NicolasHug/Surprise · homepage · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

70/100

  • Activity 85
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3601
  • days_rel: n/a
  • days_push: 95
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

6808 stars · 1051 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Surprise is a Python scikit for building and analyzing recommender systems that work with explicit rating data. It provides ready-to-use prediction algorithms (SVD, SVD++, NMF, neighborhood methods), built-in datasets, similarity measures, and cross-validation tools inspired by scikit-learn.

Use cases

  • build a movie recommendation engine with collaborative filtering
  • run cross-validation on recommender algorithms with RMSE and MAE metrics
  • train an SVD matrix factorization model on rating data
  • benchmark and compare different recommendation algorithms
  • prototype a custom rating prediction algorithm
  • load and preprocess Movielens or custom explicit rating datasets

When to choose

  • you work with explicit rating data and want well-documented, reproducible experiments
  • you need classic collaborative filtering algorithms like SVD, KNN, or NMF out of the box
  • you want scikit-learn-style cross-validation and grid search for recommenders

When to avoid

  • your data is implicit feedback (clicks, views) rather than explicit ratings
  • you need content-based or hybrid recommendation with item metadata
  • you need a production-scale distributed recommender system

Facets

library · maturity stable

machine-learning data-science benchmarking machine-learning data-science python cross-platform recommender-systems collaborative-filtering matrix-factorization svd explicit-ratings scikit algorithms

2 sources

Member repositories

RepositoryRoleHealth v2
NicolasHug/Surprisemain70

For agents

markdown · JSON · MCP: product_card(name="NicolasHug/Surprise")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem