Rust implementation of SLIM (Sparse Linear Methods) for item-based collaborative filtering with parallel computation. See README of library for details.
slim-rs/
├── Cargo.toml
├── pyproject.toml
├── src/
│ └── lib.rs # Rust solver
└── python/
└── fastslim/
├── __init__.py # Python API
└── test_slim.py # Tests