Skip to content

Real-time platform created to analyze purchases within a social network of users, and detect any shopping behavior that is far from the average within that social network.

Notifications You must be signed in to change notification settings

Chase-Bullock/AnomalyDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libraries used

The implmentation makes use of simplejson library in addition to the standard python libraries

Running the code

Simply run the run.sh file.

./run.sh

This bash script runs the python script with the arguments being

python <script path> <batch_log filepath> <stream_log filepath> <output filepath>

The default values currently used in the script are

python ./src/anomaly_detection.py ./log_input/batch_log.json ./log_input/stream_log.json ./log_output/flagged_purchases.json

About

Real-time platform created to analyze purchases within a social network of users, and detect any shopping behavior that is far from the average within that social network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published