Add template info
Project: http://git-wip-us.apache.org/repos/asf/predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/predictionio/commit/27e45990 Tree: http://git-wip-us.apache.org/repos/asf/predictionio/tree/27e45990 Diff: http://git-wip-us.apache.org/repos/asf/predictionio/diff/27e45990 Branch: refs/heads/master Commit: 27e459907e83f676127081049125f72c6f5f7833 Parents: 15eb70a Author: Shinsuke Sugaya <[email protected]> Authored: Tue Oct 31 16:25:32 2017 +0900 Committer: Shinsuke Sugaya <[email protected]> Committed: Tue Oct 31 16:25:32 2017 +0900 ---------------------------------------------------------------------- docs/manual/source/gallery/templates.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/predictionio/blob/27e45990/docs/manual/source/gallery/templates.yaml ---------------------------------------------------------------------- diff --git a/docs/manual/source/gallery/templates.yaml b/docs/manual/source/gallery/templates.yaml index 3c607c3..a5bcb0a 100644 --- a/docs/manual/source/gallery/templates.yaml +++ b/docs/manual/source/gallery/templates.yaml @@ -696,3 +696,27 @@ license: "Apache Licence 2.0" status: beta pio_min_version: 0.10.0 + +- template: + name: Classification template for Iris + repo: "https://github.com/jpioug/predictionio-template-iris" + description: |- + This is Python(PySpark) based classification example for Iris dataset. + tags: [classification] + type: Parallel + language: Python + license: "Apache Licence 2.0" + status: stable + pio_min_version: 0.12.0-incubating + +- template: + name: Regression template for Boston House Prices + repo: "https://github.com/jpioug/predictionio-template-boston-house-prices" + description: |- + This is Python(PySpark) based regression example for Boston House Prices dataset. + tags: [regression] + type: Parallel + language: Python + license: "Apache Licence 2.0" + status: stable + pio_min_version: 0.12.0-incubating
