Skip to content

ClayRS 0.3.1

Compare
Choose a tag to compare
@Silleellie Silleellie released this 22 Nov 11:43
· 226 commits to master since this release
299d58e

Changed

  • The query endpoint to DBPedia ontology has been changed from the one provided by factforge to the virtuoso one
  • SPARQL query definition has been changed in order to improve response times
    • From ~20 min to ~6min to retrieve properties for all 1682 movies of the movielens 100k dataset
  • Changed default number of cpus from 0 (all available) to 1 (single core) for the recsys phase in order to overcome, for naïve users, serialization limitation of python multiprocessing mechanism