Objective : Detecting Fraudulant activities The 'Project_detect_Fraud.RMD' file illustrates the step by step procedure to fit an appropriate model to detect fraudulant behaviour using E-commerce website dataset.To be able to run the RMD file, clone the current repo and appropriately update the root directory on line 27 of the rmd file. (root_directory <- "") Step 1 : Run the script "install_list_of_packages.R" to install all the required packages and their dependencies. Step 2 : Update root directory and Knit "Project_detect_Fraud.Rmd" file Step 3 : Running Step 2 results in "Project_detect_Fraud.html" being created.
siddhujetty/Fraud-Detection
Machine learning algorithm to detect fraudulent activities on e-commerce websites
R