Repository: incubator-predictionio Updated Branches: refs/heads/develop 4fe5f251a -> 3c0c4c5e7
update UR in Gallery Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/6f0307c2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/6f0307c2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/6f0307c2 Branch: refs/heads/develop Commit: 6f0307c23b7d138cb2f334c66e73ae6203ebe49e Parents: 1d8f19b Author: pferrel <[email protected]> Authored: Sun Dec 25 11:47:50 2016 -0800 Committer: pferrel <[email protected]> Committed: Sun Dec 25 11:47:50 2016 -0800 ---------------------------------------------------------------------- docs/manual/source/gallery/templates.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/6f0307c2/docs/manual/source/gallery/templates.yaml ---------------------------------------------------------------------- diff --git a/docs/manual/source/gallery/templates.yaml b/docs/manual/source/gallery/templates.yaml index e411ac3..aa650bd 100644 --- a/docs/manual/source/gallery/templates.yaml +++ b/docs/manual/source/gallery/templates.yaml @@ -1,22 +1,22 @@ - template: - name: Universal Recommender - repo: "https://github.com/PredictionIO/template-scala-parallel-universal-recommendation" + name: The Universal Recommender + repo: "https://github.com/actionml/universal-recommender" description: |- Use for: - * Personalized recommendations - * Similar items - * Popular Items - * Shopping cart recommendation - * Hybrid collaborative filtering and content based recommendations. + * Personalized recommendations—user-based + * Similar items—item-based + * Popular Items, User-defined ranking + * Complimentarty Purchases / Shopping Cart—item-set-based + * Hybrid collaborative filtering and content based recommendations for applying business rules - The name refers to the use of this template in virtually any case that calls for recommendations - ecom, news, videos, virtually anywhere usage data is known. This recommender can auto-correlate different user actions, profile data, contextual information, and some content types to make better recommendations. + The name refers to the use of this template in virtually any case that calls for recommendations - ecom, news, videos, virtually anywhere usage data is known. This recommender can auto-correlate different user actions (clickstream data), profile data, contextual information (location, device), and some content types to make better recommendations that follow business rules. tags: [recommender] type: Parallel language: Scala license: "Apache Licence 2.0" - status: alpha - pio_min_version: 0.9.5 + status: stable + pio_min_version: 0.10.0-incubating - template: name: E-Commerce Recommendation
