Giter Site home page Giter Site logo

solertis / implement-module-for-prediction.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from magento-hackathon/implement-module-for-prediction.io

0.0 3.0 0.0 671 KB

There is a service called http://prediction.io/ which targets on predicting user behaviors.Could be very interesting for recommendation backend.

Home Page: https://github.com/orgs/magento-hackathon

PHP 100.00%

implement-module-for-prediction.io's Introduction

Prediction.IO Magento Introduction

This extensions attempts to replace the Magento product recommendations ( related, upsell, crossells ) with a new PredictionIO based recommendation engine.

This extension will cause issues on 32 bit systems due to lower integer limits.
Both your PredictionsIO and your PHP installation must be 64 bit.

Functional Requirements

  • Ability to enable/disable the prediction.io functionality.
  • Ability to switch between Prediction.io algorithms.
  • Ability to replace Related products recommendations.
  • Accessible classes for extending
  • Clean implementation of the prediction.io SDK
  • Stored History for not logged in Customers
  • Cron to Update and merge the history

To be discussed:

  • Keep track of whether a user/product has been created in the predicitons engine yet.
  • Flush local data when changing predictions engines (along with some sort of warning?)

Prediction.io

PredictionIO is an open source machine learning server for software developers to create predictive features, such as personalization, recommendation and content discovery.

Technical Manifest

  • Prediction.io Adapter Class
  • Observer
  • Model and Resource Collection for the NOT LOGGED IN Events
  • Cron to Process

Event Hooks

  • Track Customers Using Cookie
  • Product Page Load (View Action)
  • Place Order (Convert Action)
  • Add to Cart (Like Action)
  • Merge History on Login

Event Data Model

{ id: 1, cookie_id: 6sis994jen383s, customer_id: 8484848484 event_type: [view,like,convert,dislike], pio_iid: product_sku, pio_price: product_price, pio_itypes: "t2,t3,t3,t1"

}

implement-module-for-prediction.io's People

Contributors

mattdunbar avatar amacgregor avatar jtomka avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.