Skip to content

MartinCayuelas/clickFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clickFinder

Prediction of clicks

This project is being carried out by Martin Cayuelas, Nicolas Guary, Nathan Guillaud and Théo Ponthieu.

Get And Run the project

To run the project

git clone https://github.com/MartinCayuelas/clickFinder.git
cd clickFinder
sbt assembly

⚠️ Do not remove or modify the models folder!

Predict

To predict

java -jar clickFinder.jar predict <nameFile> <modelName (default = "randomForestModel")>

To predict 1000 rows

java -jar clickFinder.jar predict1000 <nameFile>

Train

To train

java -jar clickFinder.jar train <nameFile> <modelName>

Result

The prediction results can be found in the output/<fileNameGiven>/part-00000-xxxxxx.csv folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages