承接 bcc/myrrix-edition 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

bcc/myrrix-edition

Composer 安装命令:

composer require bcc/myrrix-edition

包简介

The "Myrrix Edition"

README 文档

README

Welcome to the Myrrix demo for Symfony2. It relies on the Symfony2 standard edition, adding BCCMyrrixBundle, and a tweaked version of the AcmeBundle that runs an example of recommender engine based on the MovieLens dataset.

  1. Whats inside
  1. Running the example

You first need to have composer installed:

curl -s http://getcomposer.org/installer | php

First get the code. You can download it or get it via composer:

php composer.phar create-project bcc/myrrix-edition path/to/install

Start myrrix using this command line:

java -Dmodel.features=18 -jar myrrix.jar --localInputDir app/cache/myrrix --port 84

Then install the dependencies:

php composer.phar install

You then need to setup your database (you can change any default configuration in the app/config/parameters.yml file):

php app/console doctrine:database:create
php app/console doctrine:schema:create

Then you have to load all the data of the MovieLens dataset into your database and into the myrrix recommender engine:

php app/console --env=prod acme:demo:load-data-set

This will take a very long time, it will output a message every 1000 inserted rows, there are 1 000 000 items to load.

You can now navigate into the root url and test the recommender engine.

统计信息

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

GitHub 信息

  • Stars: 7
  • Watchers: 2
  • Forks: 1
  • 开发语言: JavaScript

其他信息

  • 授权协议: Unknown
  • 更新时间: 2013-02-12