Repository: incubator-predictionio Updated Branches: refs/heads/livedoc d674b89c7 -> ea83f8f46
[PIO-55] Fix missing official template detailed doc link Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/ea83f8f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/ea83f8f4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/ea83f8f4 Branch: refs/heads/livedoc Commit: ea83f8f4636dd73febec8f88f4f8f3991791aaf5 Parents: d674b89 Author: Kenneth Chan <[email protected]> Authored: Sat Feb 18 23:22:07 2017 -0800 Committer: Kenneth Chan <[email protected]> Committed: Sat Feb 18 23:22:07 2017 -0800 ---------------------------------------------------------------------- docs/manual/data/nav/main.yml | 89 ++++++++++++++++++++ docs/manual/source/templates/index.html.md | 11 +++ .../templates/recommendation/how-to.html.md | 7 +- 3 files changed, 104 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/ea83f8f4/docs/manual/data/nav/main.yml ---------------------------------------------------------------------- diff --git a/docs/manual/data/nav/main.yml b/docs/manual/data/nav/main.yml index 4d391c2..abc1b33 100644 --- a/docs/manual/data/nav/main.yml +++ b/docs/manual/data/nav/main.yml @@ -160,6 +160,95 @@ root: body: 'Using Another Data Store' url: '/system/anotherdatastore/' - + body: 'PredictionIO Official Templates' + url: '#' + children: + - + body: 'Intro' + url: '/templates/' + - + body: 'Recommendation' + children: + - + body: 'Quick Start' + url: '/templates/recommendation/quickstart/' + - + body: 'DASE' + url: '/templates/recommendation/dase/' + - + body: 'Evaluation Explained' + url: '/templates/recommendation/evaluation/' + - + body: 'How-To' + url: '/templates/recommendation/how-to/' + - + body: 'Read Custom Events' + url: '/templates/recommendation/reading-custom-events/' + - + body: 'Customize Data Preparator' + url: '/templates/recommendation/customize-data-prep/' + - + body: 'Customize Serving' + url: '/templates/recommendation/customize-serving/' + - + body: 'Train with Implicit Preference' + url: '/templates/recommendation/training-with-implicit-preference/' + - + body: 'Filter Recommended Items by Blacklist in Query' + url: '/templates/recommendation/blacklist-items/' + - + body: 'Batch Persistable Evaluator' + url: '/templates/recommendation/batch-evaluator/' + - + body: 'E-Commerce Recommendation' + children: + - + body: 'Quick Start' + url: '/templates/ecommercerecommendation/quickstart/' + - + body: 'DASE' + url: '/templates/ecommercerecommendation/dase/' + - + body: 'How-To' + url: '/templates/ecommercerecommendation/how-to/' + - + body: 'Train with Rate Event' + url: '/templates/ecommercerecommendation/train-with-rate-event/' + - + body: 'Similar Product' + children: + - + body: 'Quick Start' + url: '/templates/similarproduct/quickstart/' + - + body: 'DASE' + url: '/templates/similarproduct/dase/' + - + body: 'How-To' + url: '/templates/similarproduct/how-to/' + - + body: 'Multiple Events and Multiple Algorithms' + url: '/templates/similarproduct/multi-events-multi-algos/' + + - + body: 'Classfication' + children: + - + body: 'Quick Start' + url: '/templates/classification/quickstart/' + - + body: 'DASE' + url: '/templates/classification/dase/' + - + body: 'How-To' + url: '/templates/classification/how-to/' + - + body: 'Use Alternative Algorithm' + url: '/templates/classification/add-algorithm/' + - + body: 'Read Custom Properties' + url: '/templates/classification/reading-custom-properties/' + - body: 'Engine Template Gallery' url: '#' children: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/ea83f8f4/docs/manual/source/templates/index.html.md ---------------------------------------------------------------------- diff --git a/docs/manual/source/templates/index.html.md b/docs/manual/source/templates/index.html.md new file mode 100644 index 0000000..41b806b --- /dev/null +++ b/docs/manual/source/templates/index.html.md @@ -0,0 +1,11 @@ +--- +title: PredictionIO Official Templates +--- + + +PredictionIO's [template gallery](/gallery/template-gallery) offers both official and community contributed Engine Templates for all kinds of machine learning tasks. +You can easily create one or more engines from these templates . + +The section contains more detailed documentation of the official templates for +beginner users to get familiar with PredictionIO and examples of how the templates +can be modified for other usages. http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/ea83f8f4/docs/manual/source/templates/recommendation/how-to.html.md ---------------------------------------------------------------------- diff --git a/docs/manual/source/templates/recommendation/how-to.html.md b/docs/manual/source/templates/recommendation/how-to.html.md index e6d98ab..e6fd012 100644 --- a/docs/manual/source/templates/recommendation/how-to.html.md +++ b/docs/manual/source/templates/recommendation/how-to.html.md @@ -1,11 +1,12 @@ --- title: How-To (Recommendation) --- - -Here are the pages that show you how you can customize the Recommendation engine template. - + +Here are the pages that show you how you can customize the Recommendation engine template. + - [Read Custom Events](/templates/recommendation/reading-custom-events/) - [Train with Implicit Preference](/templates/recommendation/training-with-implicit-preference/) - [Customize Data Preparator](/templates/recommendation/customize-data-prep/) - [Customize Serving](/templates/recommendation/customize-serving/) - [Filter Recommended Items by Blacklist in Query](/templates/recommendation/blacklist-items/) +- [Batch Persistable Evaluator](/templates/recommendation/batch-evaluator/)
