Skip to content

dataiku/dss-plugin-recommendation-system

Repository files navigation

Plugin information

This plugin provides some tools to build an entire recommendation system flow. An example flow is available in the official documentation: https://www.dataiku.com/product/plugins/recommendation-system/

It includes the following recipes:

  • Auto collaborative filtering: Calculates similarity scores between users and outputs scores between users and items based on these similarity scores
  • Custom collaborative filtering: With similarity scores that user provides, calculates scores between users and items
  • Negative sampling: Generate negative samples for implicit feedback

License

This library is distributed under the Apache License version 2.0