Repository: incubator-predictionio Updated Branches: refs/heads/develop bf9df5efc -> 4fe5f251a
[MINOR] Small README fixes Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/4fe5f251 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/4fe5f251 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/4fe5f251 Branch: refs/heads/develop Commit: 4fe5f251a2eb35b50ccbb9250881c2674ecfcb9d Parents: bf9df5e Author: Donald Szeto <[email protected]> Authored: Sat Jan 21 16:53:31 2017 -0800 Committer: Donald Szeto <[email protected]> Committed: Sat Jan 21 16:53:31 2017 -0800 ---------------------------------------------------------------------- README.md | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/4fe5f251/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index e656d3f..8ddbb17 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,16 @@ See the License for the specific language governing permissions and limitations under the License. --> -# [PredictionIO](http://predictionio.incubator.apache.org) +# [Apache PredictionIO (incubating)](http://predictionio.incubator.apache.org) [](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. +Apache PredictionIO (incubating) 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. To get started, check out http://predictionio.incubator.apache.org! @@ -37,21 +40,13 @@ To get started, check out http://predictionio.incubator.apache.org! ## Installation -Five installation options available. +A few installation options available. -* [Installing PredictionIO on Linux / Mac OS - X](http://predictionio.incubator.apache.org/install/install-linux/) -* [Installing PredictionIO from Source +* [Installing Apache PredictionIO (incubating) from Source Code](http://predictionio.incubator.apache.org/install/install-sourcecode/) - If you are installing from source code, it's recommended that you clone the - master branch. -* [Launching PredictionIO on - AWS](http://predictionio.incubator.apache.org/install/launch-aws/) -* [Installing PredictionIO with - Docker](https://github.com/mingfang/docker-predictionio) (Community +* [Installing Apache PredictionIO (incubating) with + Docker](https://github.com/mingfang/docker-predictionio) (community contributed) -* [Installing PredictionIO with - Vagrant](http://predictionio.incubator.apache.org/install/install-vagrant/) ## Quick Start @@ -73,16 +68,13 @@ Use [Apache JIRA](https://issues.apache.org/jira/browse/PIO) to report bugs or r ## Documentation -PredictionIO's documentation, included in this repo in the `docs/manual` -directory, is built with [Middleman](http://middlemanapp.com/) and publicly -hosted at [predictionio.incubator.apache.org](http://predictionio.incubator.apache.org/). +Documentation, included in this repo in the `docs/manual` directory, is built +with [Middleman](http://middlemanapp.com/) and publicly hosted at +[predictionio.incubator.apache.org](http://predictionio.incubator.apache.org/). Interested in helping with our documentation? Read [Contributing Documentation](http://predictionio.incubator.apache.org/community/contribute-documentation/). -[](https://gemnasium.com/PredictionIO/PredictionIO) - ## Community @@ -103,5 +95,5 @@ page](http://predictionio.incubator.apache.org//community/projects/). ## License -PredictionIO is under [Apache 2 +Apache PredictionIO (incubating) is under [Apache 2 license](http://www.apache.org/licenses/LICENSE-2.0.html).
