Repository: incubator-predictionio Updated Branches: refs/heads/develop f2ed6eeb0 -> 4d646ba90
Minor typo fix Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/12ecd668 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/12ecd668 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/12ecd668 Branch: refs/heads/develop Commit: 12ecd668031576625f343d1e45d264e910ffa66b Parents: f2ed6ee Author: Donald Szeto <[email protected]> Authored: Fri Sep 9 15:12:07 2016 -0700 Committer: Donald Szeto <[email protected]> Committed: Fri Sep 9 15:12:07 2016 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/12ecd668/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 19d162c..127049c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Status](https://api.travis-ci.org/apache/incubator-predictionio.svg?branch=develop)](https://travis-ci.org/apache/incubator-predictionio) PredictionIO is an open source machine learning framework for developers, -data scientists, and end users. It supports event collection, deployment of algorithms, evaluation, querying predictive results via REST APIs. It is based on scalable open source services like Hadoop, Hbase (and other DBs), Elasticsearch, Spark and implements what is called a Lambda Architecture. +data scientists, and end users. It supports event collection, deployment of algorithms, evaluation, querying predictive results via REST APIs. It is based on scalable open source services like Hadoop, HBase (and other DBs), Elasticsearch, Spark and implements what is called a Lambda Architecture. To get started, check out http://predictionio.incubator.apache.org!
