Git Product home page Git Product logo

ecommerce's Introduction

Generic Ecommerce Recommendation Engine Template

Documentation

Steps to run

Step 1: Create the gradle wrapper to get a stable version of gradle.
$ pio app new ecommerce01
# if ecommerce01 already exists,clean data first
$ pio app data-delete ecommerce01 
Step 2: Start PredictionIO Event Server.
$ pio eventserver
Step 3: Import More Sample Data.

Install Python SDK

$ pip install predictionio
# or
$ easy_install predictionio

Replace the value of access_key parameter by your Access Key and run

$ python data/loan.py --file data/loan_sample.csv --access_key $ACCESS_KEY

Find your access_key

$  pio app list

You should see something like this:

[INFO] [App$]                 Name |   ID |                                                       Access Key | Allowed Event(s)
[INFO] [App$]          ecommerce01 |    2 | Jhe05JGGEFzWHZpDDIkCs1lKyujGMXg4GXBa7i0QPMh2oqmW8G0RcbszZkMNHbjG | (all)
[INFO] [App$]              tapster |    1 | Dw5lyfoJxdEz2N1lQ9xskPDn5G40xaVNyVLUwtza9IbsYp0shAc2CMHWWqh5yb3a | (all)
[INFO] [App$] Finished listing 2 app(s).
Step 4: Building
$ pio build --verbose
Step 5: Training the Predictive Model
$ pio train
Step 6: Deploying the Engine
$ pio deploy

Versions

v0.1.0

  • Create the basic engine template with the purpose of:

    • Provide generic recommendation capability on top of machine learning algorithms
    • Generalize scenarios where users buy products and write reviews

ecommerce's People

Contributors

aiunicorn avatar

Watchers

James Cloos 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.