Repository: incubator-predictionio Updated Branches: refs/heads/develop b0d37b26f -> aebe43acf
New engine for linear regression Closes #343 Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/aebe43ac Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/aebe43ac Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/aebe43ac Branch: refs/heads/develop Commit: aebe43acfadeb88b98ccc566dbe9056003e1dd85 Parents: b0d37b2 Author: mgcdanny <[email protected]> Authored: Tue Mar 7 10:27:54 2017 -0800 Committer: Donald Szeto <[email protected]> Committed: Tue Mar 7 10:27:54 2017 -0800 ---------------------------------------------------------------------- docs/manual/source/gallery/templates.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/aebe43ac/docs/manual/source/gallery/templates.yaml ---------------------------------------------------------------------- diff --git a/docs/manual/source/gallery/templates.yaml b/docs/manual/source/gallery/templates.yaml index 62955f2..8bbaf8b 100644 --- a/docs/manual/source/gallery/templates.yaml +++ b/docs/manual/source/gallery/templates.yaml @@ -684,3 +684,20 @@ pio_min_version: 0.9.2 apache_pio_convesion_required: "already compatible" support_link: '<a href="http://predictionio.incubator.apache.org/support/">Apache PredictionIO mailing lists</a>' + +- template: + name: Linear Regression BFGS + repo: "https://github.com/mgcdanny/pio-linear-regression-bfgs" + description: |- + Use for: + + * Modeling the relationship between a dependent variable, y, and one or more explanatory variables, denoted X. + + Forked from apache/incubator-predictionio-template-skeleton + + tags: [regression] + type: Parallel + language: Scala + license: "Apache Licence 2.0" + status: beta + pio_min_version: 0.10.0
