Skip to content

ClayRS 0.4.0

Compare
Choose a tag to compare
@Silleellie Silleellie released this 30 Nov 17:21
· 218 commits to master since this release

Added

  • Implemented different weighting schemas for tuning the computation of the personalized page rank!
  • Added the possibility to perform a complete experiment for a specific list of users

Changed

  • Fixed missing __repr__ method to MAP metric
  • Changed default number of cpus from 0 (all available) to 1 (single core) for the Experiment class in order to overcome, for naïve users, serialization limitation of python multiprocessing mechanism