Repository: incubator-predictionio Updated Branches: refs/heads/develop 8fa95bf5a -> f2ed6eeb0
Remove nonexistent templates Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/f2ed6eeb Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/f2ed6eeb Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/f2ed6eeb Branch: refs/heads/develop Commit: f2ed6eeb03c2790fd11a3efb3cce15ae51b4a835 Parents: 8fa95bf Author: Donald Szeto <[email protected]> Authored: Fri Sep 9 15:09:02 2016 -0700 Committer: Donald Szeto <[email protected]> Committed: Fri Sep 9 15:09:02 2016 -0700 ---------------------------------------------------------------------- docs/manual/source/gallery/templates.yaml | 96 -------------------------- 1 file changed, 96 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/f2ed6eeb/docs/manual/source/gallery/templates.yaml ---------------------------------------------------------------------- diff --git a/docs/manual/source/gallery/templates.yaml b/docs/manual/source/gallery/templates.yaml index 0679d18..765719e 100644 --- a/docs/manual/source/gallery/templates.yaml +++ b/docs/manual/source/gallery/templates.yaml @@ -526,99 +526,3 @@ license: "Apache Licence 2.0" status: beta pio_min_version: 0.9.0 - -- template: - name: "Best Time: Push Notification" - repo: "https://github.com/PredictionIO/template-best-time-push-notification" - description: |- - This template predicts the best time to send push notification to a user to optimize conversion. - tags: [other] - type: "-" - language: "-" - license: "-" - status: requested - pio_min_version: "-" - -- template: - name: "Best Time: E-mail" - repo: "https://github.com/PredictionIO/template-best-time-email" - description: |- - An engine template is an almost-complete implementation of an engine. PredictionIO's Classification Engine Template has integrated Apache Spark MLlib's Naive Bayes algorithm by default. - tags: [other] - type: "-" - language: "-" - license: "-" - status: requested - pio_min_version: "-" - -- template: - name: Search Results Ranking - repo: "https://github.com/PredictionIO/template-search-results-ranking" - description: |- - This template rank the search results with a given userâs behavioral history so the top results are most relevant. - tags: [unsupervised] - type: "-" - language: "-" - license: "-" - status: requested - pio_min_version: "-" - -- template: - name: Category identification - repo: "https://github.com/PredictionIO/template-category-identification" - description: |- - Given a product and its description, this template identifies the category this item belongs to. - tags: [classification] - type: "-" - language: "-" - license: "-" - status: requested - pio_min_version: "-" - -- template: - name: Smart Categories - repo: "https://github.com/PredictionIO/template-smart-categories" - description: |- - This template ranks the categories for a user. - tags: [unsupervised] - type: "-" - language: "-" - license: "-" - status: requested - pio_min_version: "-" - -- template: - name: Fake Account Detection - repo: "https://github.com/PredictionIO/template-fake-account-detection" - description: |- - This template detects accounts created with abnormal pattern. - tags: [classification] - type: "-" - language: "-" - license: "-" - status: requested - pio_min_version: "-" - -- template: - name: Product Trend - repo: "https://github.com/PredictionIO/template-product-trend" - description: |- - This template analyze the user behavior on site to predict the best selling products and trends. - tags: [classification] - type: "-" - language: "-" - license: "-" - status: requested - pio_min_version: "-" - -- template: - name: User Similarity - repo: "https://github.com/PredictionIO/template-user-similarity" - description: |- - This template make recommendation on similar users based on attributes and behavior. - tags: [unsupervised] - type: "-" - language: "-" - license: "-" - status: requested - pio_min_version: "-"
