Git Product home page Git Product logo

py-recommendation's Introduction

Requirements: 
Development environment= Anaconda Spyder 3.0.2(Python version 3.5.2)
Installation of redis in Spyder
Redis server should be up and running and listening for connections on port 6379(defalut)

Execution order:
Train.py
Main.py

Deployment:
For greater accuracy of result it is recommended to use "sample data latest.csv" to train engine.
Since "sample data latest.csv" is quite a large file for training use a system with RAM(>=8gb) preferabally a server

If sample data latest is not being used to train engine in train.py 

Output is sometimes blank "Similar offers recommended for you:" 
then it means that offerid is not present in redis store due to trimming 
of sample data.csv, 

In such a case look for supplied cstid in interaction latest.csv
and find corresponding offerid, 

Then Edit any record in "sample data.csv" and replace the id field 
with offerid fetched earlier and run again.

"MONITOR" command can be used in redis-cli to obsereve ongoing operations on redis-server.



List of files and description:
sample data.csv		  : Collection of offerids and their descriptions(Harvested from OfferMaster.csv).
					    has been trimmed considerably in order to compensate for low RAM.

sample data latest.csv: Contains untrimmed dataset including all offerids,should be considered
					    for deployment on a system with a large(>=8Gb) RAM preferabally a server 

interaction latest.csv: Contains user interaction data, customer id and offer id extracted from events_data json file.

main.py				  : Acts as interface for train.py and engine.py. For a supplied custid if interaction data is found for a cstid/user prints similar offer
						else prints popular offer(extracted by calculating frequency of each offer in interaction latest)
						if user interaction data is insufficient 

train.py			  : Trains the engine on sample data/specified file. 

engines.py			  : Contains two funcs:
						Train:For each offer Calculates Term frequency,Inverse document frequency and cosine similarities(from desciption of each offer) 
						and stores on REDIS(for each offer stores similar offers along with their similarity scores)
						
						Predict:Simply fetches data stored(similar offers along with their similarity scores)in redis associated with an offerid and prints them.
						
						

py-recommendation's People

Contributors

mayank5ingh avatar

Watchers

 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.