Download the PHP package headzoo/prediction-io-bundle without Composer
On this page you can find all versions of the php package headzoo/prediction-io-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download headzoo/prediction-io-bundle
More information about headzoo/prediction-io-bundle
Files in headzoo/prediction-io-bundle
Package prediction-io-bundle
Short Description Endroid PredictionIO Bundle for Symfony
License MIT
Homepage https://github.com/headzoo/EndroidPredictionIoBundle
Informations about the package prediction-io-bundle
Endroid PredictionIO Bundle
By endroid
This bundle provides easy integration with PredictionIO
. PredictionIO is an open source machine
learning server for software developers to create predictive features, such as personalization, recommendation and content
discovery. Based on Apache Mahout
scalable machine learning libraries.
The bundle registers the Endroid PredictionIO
client as a service in your
Symfony project. This client can then be used to register actions between users and items and to retrieve recommendations
provided by any PredictionIO server. Applications range from showing recommended products in a web shop to discovering
relevant experts in a social collaboration network.
Requirements
- Symfony
- Dependencies:
Installation
Add in your composer.json
Install the bundle
Composer will install the bundle to your project's vendor/endroid
directory.
Enable the bundle via the kernel
Configuration
config.yml
Usage
After installation and configuration, the service can be directly referenced from within your controllers.
Vagrant box
PredictionIO provides a Vagrant box
containing an out-of-the-box PredictionIO server.
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.