THESE DOCS ARE DEPRECATED SEE ActionML.com/docs
The Guides are moved
The markdown templates are now in https://github.com/actionml/docs.actionml.com. Changes there are automatically published to the live site: actionml.com/docs. Please make any PRs to that new repos.
For various reasons ActionML has forked the PredictionIO project and maintains it's own repo. Unfortunately we released v0.9.6 of the project 3 weeks before Salesforce also released the same version. We are working to resolve this split and in the near future will at least rename out releases so they won't have colliding artifact names.
For ActionML's PredictionIO v0.9.6 please follow these instructions to install or upgrade.
- Implements the
SelfCleaningDataSource
for the EventStore. This allows any template to specify a moving window of events in time, enable de-duplication of events, and compact $set/$unset property change events (see description below) - Implements
NullModel
for templates that do not store models in existing PIO data stores. The Universal Recommender requires this feature since it stores models in Elasticsearch. - Does not implement SSL/HTTPS and so operates with all existing SDKs
- Requires Java 7, but works with Java 8
- Requires java 8
- Require SSL/HTTPS for pio REST APIs. This make it incompatible with existing code that queries or sends events to the EventServer. It also makes it incompatible with the SDKs which will not operate with this version without changes.
- you need SSL/HTTPS and
- you do not need The Universal Recommender v0.3.0+ and
- you do not use an SDK or are willing to modify the SDK code, use the Salesforce sponsored project on github
- you don't want SSL/HTTPS or
- you want The Universal Recommender v0.3.0+ or
- you want to use the new SelfCleaningDataSource
Installation instructions here.
Note: ActionML maintains a merged version for people who need SSL and other features of the ActionML v0.9.6 in a branch so contact ActionML on our Google Group or email [[email protected]](mailto:[email protected]?subject=Need SSL/HTTPS Version of ActionML's PredictionIO v0.9.6) for instructions.