Skip to content

ClayRS 0.2.0

Compare
Choose a tag to compare
@Silleellie Silleellie released this 20 Sep 11:32
· 267 commits to master since this release
6d22d63

Added

  • Implemented multiprocessing via distex library for the recsys phase!
    • num_cpus parameter added to each eligible method (fit(), fit_rank(), rank(), predict(), etc.)
  • Implemented MAP, MAP@K metrics for the evaluation module
  • Implemented Bootstrap partitioning as an additional partitioning technique

Changed

  • All algorithms are now able to handle duplicate interactions in the dataset
    • In case data augmentation has been performed, bootstrap partitioning has been used, etc.