hopkins/predictionio-laravel-wrapper 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

hopkins/predictionio-laravel-wrapper

Composer 安装命令:

composer require hopkins/predictionio-laravel-wrapper

包简介

Took some queues from Endroid and bratao and hopefully got the package to v0.8.*

README 文档

README

SUPER ALPHA, PROBABLY NOT EVEN SAFE TO USE IN YOUR DEV ENVIRONMENT MUCH LESS PROD

*Based on bratao Based on endroid

The Laravel PredictionIO 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.

Installation

  • Install library and dependencies:
$ composer require "hopkins/predictionio-laravel-wrapper:0.1.*@dev"
  • Add a provider in app/config/app.php:
    'Hopkins\PredictionWrapper\PredictionWrapperServiceProvider',
  • Add an alias in app/config/app.php:
    'EngineClient'      => 'Hopkins\PredictionWrapper\Facades\EngineFacade',
    'EventClient'       => 'Hopkins\PredictionWrapper\Facades\EventFacade',
	'predictionio' => array(
		'key' => '0250b3f85ce33284f77c77f36b41010ef2c4fc5c',
	),

License

This project is licensed using DBAD. Go have a blast.

Thanks to

  • Braunson Yager
  • Laurent Goussard

统计信息

  • 总下载量: 15
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-08