Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
[PIO-135] Remove incubating status
Browse files Browse the repository at this point in the history
Git URLs still pending updates
  • Loading branch information
dszeto committed Oct 21, 2017
1 parent 6be4ab5 commit e6ea7dd
Show file tree
Hide file tree
Showing 68 changed files with 224 additions and 249 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -15,14 +15,14 @@ See the License for the specific language governing permissions and
limitations under the License.
-->

Thank you for your interest in contributing to Apache PredictionIO (incubating).
Thank you for your interest in contributing to Apache PredictionIO.
Our mission is to enable developers to build scalable machine learning applications easily.
Here is how you can help with the project development. If you have any
question regarding development at anytime, please free to subscribe and post to
the Development Mailing List <mailto:dev-subscribe@predictionio.incubator.apache.org>.
the Development Mailing List <mailto:dev-subscribe@predictionio.apache.org>.

For code contribution, please follow guidelines at
http://predictionio.incubator.apache.org/community/contribute-code/.
http://predictionio.apache.org/community/contribute-code/.

For documentation contribution, please follow guidelines at
http://predictionio.incubator.apache.org/community/contribute-documentation/.
http://predictionio.apache.org/community/contribute-documentation/.
7 changes: 0 additions & 7 deletions DISCLAIMER

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -18,7 +18,7 @@
# WARNING: THIS DOCKERFILE IS NOT INTENDED FOR PRODUCTION USE OR DEPLOYMENT. AT
# THIS POINT, THIS IS ONLY INTENDED FOR USE IN AUTOMATED TESTS. IF YOU
# ARE LOOKING TO DEPLOY PREDICTIONIO WITH DOCKER, PLEASE REFER TO
# http://predictionio.incubator.apache.org/community/projects/#docker-installation-for-predictionio
# http://predictionio.apache.org/community/projects/#docker-installation-for-predictionio

FROM predictionio/pio-testing-base

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Expand Up @@ -205,7 +205,7 @@
================================================================================
PredictionIO Subcomponents:

The Apache PredictionIO (incubating) project contains subcomponents with
The Apache PredictionIO project contains subcomponents with
separate copyright notices and license terms. Your use of the source code for
these subcomponents is subject to the terms and conditions of the following
licenses.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
@@ -1,4 +1,4 @@
Apache PredictionIO (incubating)
Apache PredictionIO
Copyright 2016 The Apache Software Foundation

This product includes software developed at
Expand Down
6 changes: 3 additions & 3 deletions PMC.md
Expand Up @@ -27,7 +27,7 @@ signing key.
1. `git checkout -b release/0.11.0`
2. Replace all `0.11.0-SNAPSHOT` in the code tree to `0.11.0-incubating`.
3. `git commit -am "Prepare 0.11.0-incubating-rc1"`
4. `git tag -am "Apache PredictionIO (incubating) 0.11.0-rc1" v0.11.0-incubating-rc1`
4. `git tag -am "Apache PredictionIO 0.11.0-rc1" v0.11.0-incubating-rc1`
4. If you have not done so, use SVN to checkout
https://dist.apache.org/repos/dist/dev/incubator/predictionio. This is the area
for staging release candidates for voting.
Expand Down Expand Up @@ -75,9 +75,9 @@ Nexus.
15. Send out e-mail for voting on PredictionIO dev mailing list.

```
Subject: [VOTE] Apache PredictionIO (incubating) 0.11.0 Release (RC1)
Subject: [VOTE] Apache PredictionIO 0.11.0 Release (RC1)
This is the vote for 0.11.0 of Apache PredictionIO (incubating).
This is the vote for 0.11.0 of Apache PredictionIO.
The vote will run for at least 72 hours and will close on Apr 7th, 2017.
Expand Down
34 changes: 17 additions & 17 deletions README.md
Expand Up @@ -15,18 +15,18 @@ See the License for the specific language governing permissions and
limitations under the License.
-->

# [Apache PredictionIO (incubating)](http://predictionio.incubator.apache.org)
# [Apache PredictionIO](http://predictionio.apache.org)

[![Build
Status](https://api.travis-ci.org/apache/incubator-predictionio.svg?branch=develop)](https://travis-ci.org/apache/incubator-predictionio)

Apache PredictionIO (incubating) is an open source machine learning framework
Apache 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.

To get started, check out http://predictionio.incubator.apache.org!
To get started, check out http://predictionio.apache.org!


## Table of contents
Expand All @@ -42,23 +42,23 @@ To get started, check out http://predictionio.incubator.apache.org!

A few installation options available.

* [Installing Apache PredictionIO (incubating) from Source
Code](http://predictionio.incubator.apache.org/install/install-sourcecode/)
* [Installing Apache PredictionIO (incubating) with
Docker](http://predictionio.incubator.apache.org/community/projects/#docker-installation-for-predictionio)
* [Installing Apache PredictionIO from Source
Code](http://predictionio.apache.org/install/install-sourcecode/)
* [Installing Apache PredictionIO with
Docker](http://predictionio.apache.org/community/projects/#docker-installation-for-predictionio)
(community contributed)


## Quick Start

* [Recommendation Engine Template Quick
Start](http://predictionio.incubator.apache.org/templates/recommendation/quickstart/)
Start](http://predictionio.apache.org/templates/recommendation/quickstart/)
Guide
* [Similiar Product Engine Template Quick
Start](http://predictionio.incubator.apache.org/templates/similarproduct/quickstart/)
Start](http://predictionio.apache.org/templates/similarproduct/quickstart/)
Guide
* [Classification Engine Template Quick
Start](http://predictionio.incubator.apache.org/templates/classification/quickstart/)
Start](http://predictionio.apache.org/templates/classification/quickstart/)
Guide


Expand All @@ -70,30 +70,30 @@ Use [Apache JIRA](https://issues.apache.org/jira/browse/PIO) to report bugs or r

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/).
[predictionio.apache.org](http://predictionio.apache.org/).

Interested in helping with our documentation? Read [Contributing
Documentation](http://predictionio.incubator.apache.org/community/contribute-documentation/).
Documentation](http://predictionio.apache.org/community/contribute-documentation/).


## Community

Keep track of development and community news.

* Subscribe to the user mailing list <mailto:user-subscribe@predictionio.incubator.apache.org>
and the dev mailing list <mailto:dev-subscribe@predictionio.incubator.apache.org>
* Subscribe to the user mailing list <mailto:user-subscribe@predictionio.apache.org>
and the dev mailing list <mailto:dev-subscribe@predictionio.apache.org>
* Follow [@predictionio](https://twitter.com/predictionio) on Twitter.


## Contributing

Read the [Contribute Code](http://predictionio.incubator.apache.org/community/contribute-code/) page.
Read the [Contribute Code](http://predictionio.apache.org/community/contribute-code/) page.

You can also list your projects on the [Community Project
page](http://predictionio.incubator.apache.org//community/projects/).
page](http://predictionio.apache.org//community/projects/).


## License

Apache PredictionIO (incubating) is under [Apache 2
Apache PredictionIO is under [Apache 2
license](http://www.apache.org/licenses/LICENSE-2.0.html).
12 changes: 6 additions & 6 deletions RELEASE.md
Expand Up @@ -17,7 +17,7 @@ limitations under the License.

# Release Notes and News

**Note:** For upgrade instructions please refer to [this page](http://predictionio.incubator.apache.org/resources/upgrade/).
**Note:** For upgrade instructions please refer to [this page](http://predictionio.apache.org/resources/upgrade/).

## Version History

Expand Down Expand Up @@ -128,7 +128,7 @@ Oct 7, 2016

- Make SSL optional
- Merge ActionML fork
- First Apache PredictionIO (incubating) release
- First Apache PredictionIO release

### 0.9.7-aml (ActionML fork)

Expand Down Expand Up @@ -198,7 +198,7 @@ Release Notes

- Channels in the Event Server
- Spark 1.3+ support (upgrade to Spark 1.3+ required)
- [Webhook Connector](http://predictionio.incubator.apache.org/community/contribute-webhook/) support
- [Webhook Connector](http://predictionio.apache.org/community/contribute-webhook/) support
- Engine and Event Servers now by default bind to 0.0.0.0
- Many documentation improvements

Expand All @@ -217,9 +217,9 @@ March 4th, 2015

Release Notes

- [E-Commerce Recommendation Template](http://predictionio.incubator.apache.org/gallery/template-gallery#recommender-systems) which includes 1) out-of-stock items support 2) new user recommendation 3) unseen items only
- [Complementary Purchase Template](http://predictionio.incubator.apache.org/gallery/template-gallery#unsupervised-learning) for shopping cart recommendation
- [Lead Scoring Template](http://predictionio.incubator.apache.org/gallery/template-gallery#classification) predicts the probability of an user will convert in the current session
- [E-Commerce Recommendation Template](http://predictionio.apache.org/gallery/template-gallery#recommender-systems) which includes 1) out-of-stock items support 2) new user recommendation 3) unseen items only
- [Complementary Purchase Template](http://predictionio.apache.org/gallery/template-gallery#unsupervised-learning) for shopping cart recommendation
- [Lead Scoring Template](http://predictionio.apache.org/gallery/template-gallery#classification) predicts the probability of an user will convert in the current session
- `pio-start-all`, `pio-stop-all` commands to start and stop all PredictionIO related services

### 0.8.6
Expand Down
2 changes: 1 addition & 1 deletion assembly/build.sbt
Expand Up @@ -33,7 +33,7 @@ version in Rpm := version.value.replace("-", "_")
rpmRelease := "1"
rpmVendor := "apache"
rpmGroup := Some("Applications/System")
rpmUrl := Some("http://predictionio.incubator.apache.org/")
rpmUrl := Some("http://predictionio.apache.org/")
rpmLicense := Some("Apache License Version 2.0")

maintainerScripts in Rpm := maintainerScriptsAppendFromFile((maintainerScripts in Rpm).value)(
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -266,7 +266,7 @@ pioUnidoc := {
IO.read(baseDirectory.value / "docs" / "scaladoc" / "api-docs.js"))
}

homepage := Some(url("http://predictionio.incubator.apache.org"))
homepage := Some(url("http://predictionio.apache.org"))

pomExtra := {
<parent>
Expand All @@ -283,7 +283,7 @@ pomExtra := {
<developer>
<id>donald</id>
<name>Donald Szeto</name>
<url>http://predictionio.incubator.apache.org</url>
<url>http://predictionio.apache.org</url>
<email>donald@apache.org</email>
</developer>
</developers>
Expand Down
2 changes: 1 addition & 1 deletion conf/pio-env.sh.template
Expand Up @@ -53,7 +53,7 @@ PIO_FS_TMPDIR=$PIO_FS_BASEDIR/tmp
# storage facilities. Default values are shown below.
#
# For more information on storage configuration please refer to
# http://predictionio.incubator.apache.org/system/anotherdatastore/
# http://predictionio.apache.org/system/anotherdatastore/

# Storage Repositories

Expand Down
Expand Up @@ -26,7 +26,7 @@ package org.apache.predictionio
*
* == The DASE Paradigm ==
* The building blocks together form the DASE paradigm. Learn more about DASE
* [[http://predictionio.incubator.apache.org/customize/ here]].
* [[http://predictionio.apache.org/customize/ here]].
*
* == Types of Building Blocks ==
* Depending on the problem you are solving, you would need to pick appropriate
Expand Down
Expand Up @@ -292,7 +292,7 @@ object WorkflowUtils extends Logging {
"Since 0.8.4, the 'params' field is required in engine.json" +
" in order to specify parameters for DataSource, Preparator or" +
" Serving.\n" +
"Please go to http://predictionio.incubator.apache.org/resources/upgrade/" +
"Please go to http://predictionio.apache.org/resources/upgrade/" +
" for detailed instruction of how to change engine.json.")
sys.exit(1)
}
Expand Down
2 changes: 1 addition & 1 deletion data/README.md
Expand Up @@ -17,7 +17,7 @@ limitations under the License.

## Data Collection API

Please refer to the documentation site - [Collecting Data through REST/SDKs](http://predictionio.incubator.apache.org/datacollection/eventapi/).
Please refer to the documentation site - [Collecting Data through REST/SDKs](http://predictionio.apache.org/datacollection/eventapi/).

## For Development Use only:

Expand Down
11 changes: 3 additions & 8 deletions docs/manual/bower.json
@@ -1,13 +1,8 @@
{
"name": "predictionio.incubator.apache.org",
"version": "2.0.0",
"authors": [
"David Singer <david@ramaboo.com>",
"Donald Szeto <donald@apache.org>"
],
"description": "Apache PredictionIO (incubating) Documentation",
"name": "predictionio.apache.org",
"description": "Apache PredictionIO Documentation",
"license": "Apache-2.0",
"homepage": "predictionio.incubator.apache.org",
"homepage": "predictionio.apache.org",
"ignore": [
"**/.*",
"node_modules",
Expand Down
10 changes: 2 additions & 8 deletions docs/manual/config.rb
Expand Up @@ -46,7 +46,7 @@
sprockets.append_path File.join root, 'bower_components'

# Sitemap
set :url_root, '//predictionio.incubator.apache.org'
set :url_root, '//predictionio.apache.org'
activate :search_engine_sitemap, exclude_attr: 'hidden'

# Development Settings
Expand All @@ -61,7 +61,7 @@
# Build Settings
configure :build do
set :scheme, 'https'
set :host, 'predictionio.incubator.apache.org'
set :host, 'predictionio.apache.org'
set :port, 80
Slim::Engine.set_options pretty: false, sort_attrs: false
activate :asset_hash
Expand All @@ -86,12 +86,6 @@
end
end

# S3 Sync
activate :s3_sync do |s3_sync|
s3_sync.bucket = 'predictionio.incubator.apache.org'
s3_sync.prefer_gzip = false
end

# Hacks

# Engine Template Gallery generation
Expand Down
6 changes: 3 additions & 3 deletions docs/manual/data/nav/main.yml
@@ -1,10 +1,10 @@
root:
-
body: 'Apache PredictionIO™ (incubating) Documentation'
body: 'Apache PredictionIO™ Documentation'
url: '/'
children:
-
body: 'Welcome to Apache PredictionIO (incubating)'
body: 'Welcome to Apache PredictionIO'
url: '/'
-
body: 'Getting Started'
Expand All @@ -14,7 +14,7 @@ root:
body: 'A Quick Intro'
url: '/start/'
-
body: 'Installing Apache PredictionIO (incubating)'
body: 'Installing Apache PredictionIO'
url: '/install/'
-
body: 'Downloading an Engine Template'
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/helpers/application_helpers.rb
Expand Up @@ -71,7 +71,7 @@ def is_current_page(node)
return current_page.data.title
end
else
return "Welcome to Apache PredictionIO (incubating) Documentation!"
return "Welcome to Apache PredictionIO Documentation!"
end

end
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/source/algorithm/index.html.md
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
-->

An engine can virtually call any algorithm in the Algorithm class. Apache
PredictionIO (incubating) currently offers native support to [Spark
PredictionIO currently offers native support to [Spark
MLlib](http://spark.apache.org/docs/latest/mllib-guide.html) machine learning
library. It is being used by some of the engine templates in the [template
gallery](/gallery/template-gallery).
Expand Down
8 changes: 4 additions & 4 deletions docs/manual/source/appintegration/index.html.md
Expand Up @@ -19,21 +19,21 @@ See the License for the specific language governing permissions and
limitations under the License.
-->

Apache PredictionIO (incubating) is designed as a machine learning server that
Apache PredictionIO is designed as a machine learning server that
integrates with your applications on production environments.

A web or mobile app normally:

1. Send event data to Apache PredictionIO (incubating)'s Event Server for model
1. Send event data to Apache PredictionIO's Event Server for model
training
2. Send dynamic queries to deployed engine(s) to retrieve predicted results

![Apache PredictionIO (incubating) Single Engine
![Apache PredictionIO Single Engine
Overview](/images/overview-singleengine.png)

## Sending Event Data

Apache PredictionIO (incubating)'s Event Server receives event data from your
Apache PredictionIO's Event Server receives event data from your
application. The data can be used by engines as training data to build preditive
models.

Expand Down
4 changes: 2 additions & 2 deletions docs/manual/source/cli/index.html.md
Expand Up @@ -21,15 +21,15 @@ limitations under the License.

##Overview

Interaction with Apache PredictionIO (incubating) is done through the command
Interaction with Apache PredictionIO is done through the command
line interface. It follows the format of:

```pio <command> [options] <args>...```

You can run ```pio help``` to see a list of all available commands and ```pio
help <command>``` to see details of the command.

Apache PredictionIO (incubating) commands can be separated into the following
Apache PredictionIO commands can be separated into the following
three categories.

##General Commands
Expand Down

0 comments on commit e6ea7dd

Please sign in to comment.