You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by ch...@apache.org on 2018/03/14 02:20:50 UTC

[26/26] predictionio git commit: Merge remote-tracking branch 'origin/release/0.12.1' into livedoc

Merge remote-tracking branch 'origin/release/0.12.1' into livedoc


Project: http://git-wip-us.apache.org/repos/asf/predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/predictionio/commit/439b87e0
Tree: http://git-wip-us.apache.org/repos/asf/predictionio/tree/439b87e0
Diff: http://git-wip-us.apache.org/repos/asf/predictionio/diff/439b87e0

Branch: refs/heads/livedoc
Commit: 439b87e07a59021839ea3fe2cd40f98fb8d4cc5f
Parents: 06de8af 20a1c37
Author: Chan Lee <ch...@gmail.com>
Authored: Tue Mar 13 17:10:32 2018 -0700
Committer: Chan Lee <ch...@gmail.com>
Committed: Tue Mar 13 17:10:32 2018 -0700

----------------------------------------------------------------------
 .travis.yml                                     |  24 +++++
 LICENSE.txt                                     |   3 +-
 PMC.md                                          | 108 +++++++++++++------
 README.md                                       |   2 +-
 RELEASE.md                                      |  45 +++++++-
 bin/install.sh                                  |  11 +-
 build.sbt                                       |  14 ++-
 data/build.sbt                                  |   1 +
 doap.rdf                                        |  49 +++++++++
 docs/manual/Gemfile.lock                        |   8 +-
 docs/manual/data/versions.yml                   |   2 +-
 docs/manual/helpers/application_helpers.rb      |   2 +-
 .../source/community/contribute-code.html.md    |   4 +-
 .../community/contribute-documentation.html.md  |   6 +-
 .../source/community/contribute-sdk.html.md     |   4 +-
 .../source/community/contribute-webhook.html.md |  12 +--
 docs/manual/source/community/index.html.md      |   6 +-
 docs/manual/source/community/projects.html.md   |   4 +-
 .../analytics-tableau.html.md.erb               |   2 +-
 .../analytics-zeppelin.html.md.erb              |   2 +-
 .../source/datacollection/channel.html.md.erb   |   4 +-
 .../source/datacollection/eventapi.html.md      |   4 +-
 .../manual/source/datacollection/plugin.html.md |   2 +-
 docs/manual/source/demo/community.html.md       |   2 +-
 docs/manual/source/demo/tapster.html.md         |  20 ++--
 .../source/demo/textclassification.html.md.erb  |  10 +-
 docs/manual/source/deploy/index.html.md         |   2 +-
 docs/manual/source/deploy/plugin.html.md        |   2 +-
 docs/manual/source/gallery/templates.yaml       |  16 +--
 docs/manual/source/index.html.md.erb            |   2 +-
 .../source/install/install-linux.html.md.erb    |   4 +-
 .../install/install-sourcecode.html.md.erb      |  27 ++++-
 .../dimensionalityreduction.html.md             |   2 +-
 docs/manual/source/partials/_footer.html.slim   |   8 +-
 docs/manual/source/partials/_header.html.slim   |   2 +-
 docs/manual/source/resources/upgrade.html.md    |   2 +-
 docs/manual/source/support/index.html.md.erb    |   2 +-
 .../source/system/anotherdatastore.html.md      |  45 +++++++-
 .../classification/add-algorithm.html.md        |   2 +-
 .../classification/quickstart.html.md.erb       |   2 +-
 .../reading-custom-properties.html.md           |   2 +-
 .../adjust-score.html.md.erb                    |   2 +-
 .../quickstart.html.md.erb                      |   2 +-
 .../train-with-rate-event.html.md.erb           |   2 +-
 .../quickstart.html.md.erb                      |   2 +-
 .../recommendation/blacklist-items.html.md      |   2 +-
 .../recommendation/customize-data-prep.html.md  |   2 +-
 .../recommendation/customize-serving.html.md    |   2 +-
 .../recommendation/quickstart.html.md.erb       |   2 +-
 .../reading-custom-events.html.md               |   2 +-
 .../training-with-implicit-preference.html.md   |   2 +-
 .../multi-events-multi-algos.html.md.erb        |   2 +-
 .../similarproduct/quickstart.html.md.erb       |   2 +-
 .../similarproduct/recommended-user.html.md.erb |   2 +-
 .../return-item-properties.html.md.erb          |   2 +-
 .../rid-user-set-event.html.md.erb              |   2 +-
 .../train-with-rate-event.html.md.erb           |   2 +-
 .../templates/vanilla/quickstart.html.md.erb    |   2 +-
 .../add-algorithm/build.sbt                     |   2 +-
 .../reading-custom-properties/build.sbt         |   2 +-
 .../adjust-score/build.sbt                      |   2 +-
 .../train-with-rate-event/build.sbt             |   2 +-
 .../blacklist-items/build.sbt                   |   2 +-
 .../customize-data-prep/build.sbt               |   2 +-
 .../customize-serving/build.sbt                 |   2 +-
 .../reading-custom-events/build.sbt             |   2 +-
 .../train-with-view-event/build.sbt             |   2 +-
 .../multi-events-multi-algos/build.sbt          |   2 +-
 .../recommended-user/build.sbt                  |   2 +-
 .../return-item-properties/build.sbt            |   2 +-
 .../rid-user-set-event/build.sbt                |   2 +-
 .../train-with-rate-event/build.sbt             |   2 +-
 python/pypio/shell.py                           |   2 +
 python/pypio/workflow/__init__.py               |  25 +++++
 python/pypio/workflow/cleanup_functions.py      |  32 ++++++
 storage/jdbc/build.sbt                          |   2 +-
 .../data/storage/jdbc/JDBCPEvents.scala         |  18 ++--
 tests/README.md                                 |   2 +-
 tests/docker-files/env-conf/hbase-site.xml      |   5 +
 .../engines/recommendation-engine/build.sbt     |   8 +-
 80 files changed, 454 insertions(+), 173 deletions(-)
----------------------------------------------------------------------