[MINOR] Classification template based on LingPipe Closes #299
Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/2f05303f Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/2f05303f Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/2f05303f Branch: refs/heads/develop Commit: 2f05303f3c59d7631c3c6f955c453f42e5f22129 Parents: 4fe5f25 Author: Hari Charan Ayada <[email protected]> Authored: Tue Jan 24 09:50:15 2017 -0800 Committer: Donald Szeto <[email protected]> Committed: Tue Jan 24 09:50:15 2017 -0800 ---------------------------------------------------------------------- docs/manual/source/gallery/templates.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/2f05303f/docs/manual/source/gallery/templates.yaml ---------------------------------------------------------------------- diff --git a/docs/manual/source/gallery/templates.yaml b/docs/manual/source/gallery/templates.yaml index e411ac3..f375910 100644 --- a/docs/manual/source/gallery/templates.yaml +++ b/docs/manual/source/gallery/templates.yaml @@ -125,6 +125,18 @@ pio_min_version: 0.9.2 - template: + name: Classification + repo: "https://github.com/haricharan123/PredictionIo-lingpipe-MultiLabelClassification" + description: |- + This engine template is an almost-complete implementation of an engine meant to used with PredictionIO. This multi label Classification Engine Template has integrated Lingpipe (http://alias-i.com/lingpipe/) algorithm by default. + tags: [classification] + type: Parallel + language: Java + license: "Apache Licence 2.0" + status: stable + pio_min_version: 0.9.5 + +- template: name: Content Based SVD Item Similarity Engine repo: "https://github.com/alexice/template-scala-parallel-svd-item-similarity" description: |-
