✨ Highlights ✨
Two-stage ranking pipeline — first-stage candidate generation + second-stage reranking is now available in RecTools, fully compatible with our fit / recommend paradigm.
Added
- Two-stage candidate ranking system with
CandidateRankingModeland supporting classes (CandidateGenerator,CandidateFeatureCollector,Reranker,CatBoostReranker,PerUserNegativeSampler) (#296)
Changed
- Used
pm-implicitinstead ofimplicitfor Python>=3.10 to support Cuda 12.x (#298)