Skip to content

Real Time Biding (RTB) algorithm with Spark and Scala

License

Notifications You must be signed in to change notification settings

hardcoded/88ClicksPerHour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

88ClicksPerHour

Requirements

  • Java 8
  • Scala >= 2.11.8
  • sbt >= 0.13.16
  • Spark >= 2.3.0

Setup

After dowloading the repository (git clone https://github.com/JohanBrunet/88ClicksPerHour.git), place yourself inside the main folder:

cd 88ClicksPerHour

⚠️ Do not remove or modify the model folder!

Run the sbt compile command to compile the project

Usage

From there run the following command to run the program:

sbt run

You will be prompted with a message asking you to chose the path to the JSON file you want to test.
Enter the absolute path to the file on your computer, then hit Enter

The program will then run on its own using the data provided by the file you specified and the model provided with this repository.

Results

After the program is finished running you can find the results in the .csv file that is created inside the predictions folder.

⚠️ Please delete the predictions folder before each run.

About

Real Time Biding (RTB) algorithm with Spark and Scala

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages