Download the PHP package endroid/prediction-io without Composer
On this page you can find all versions of the php package endroid/prediction-io. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download endroid/prediction-io
More information about endroid/prediction-io
Files in endroid/prediction-io
Package prediction-io
Short Description Endroid PredictionIo Client
License MIT
Homepage https://github.com/endroid/prediction-io
Informations about the package prediction-io
Prediction IO
By endroid
The Prediction IO library provides a client which offers easy access to a PredictionIo recommendation engine. PredictionIo is an open source machine learning server for software developers to create predictive features, such as personalization, recommendation and content discovery.
Through a small set of simple calls, all server functionality is exposed to your application. You can add users and items,
register actions between these users and items and retrieve recommendations deduced from this information by any
PredictionIo
recommendation engine. Applications range from showing recommended products in a
web shop to discovering relevant experts in a social collaboration network.
Requirements
- Symfony
- Dependencies:
Installation
Use Composer to install the library.
Usage
Symfony integration
Register the Symfony bundle in the kernel.
The default parameters can be overridden via the configuration.
Now you can retrieve the event and engine clients as follows.
Docker
Many Docker images exist for running a PredictionIo server. Personally I used the
spereio
image to create an image
that creates, trains and deploys a recommendation engine and starts the PIO server. It
starts a cron that trains the model every 5 minutes. You can find that image
here
.
Vagrant box
PredictionIo provides a Vagrant box
containing an out-of-the-box PredictionIo server.
Versioning
Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatible changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading.
License
This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code.