Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.12 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.12 KB

ClusterFraud

made-with-python PRs Welcome GitHub
ForTheBadge built-with-love

Features

Includes :

  • Prevent Fraudulent Click Rates in App with K-Means clustering, implemented in Python
  • Reads in data in csv format, clusters using k-means clustering algorithm
  • Implemented without use of kmeans library
  • Uses Google's FTRL stepping algorithm to better determine cluster amount for AdClick Prediction

How to Run

Edit this line to your own local/server address where your data is located.

fileInput = r"\Users\thatq\Desktop\ML\Work\test"

Navigate to file location on your local drive, run with

python testClustering.py