Skip to content

Algorithms' (Logistic Regression, Random Forest, KNN, Naive Bayes, AdaBoost, LDA, Gradient Boosting and MultiLayer Perceptron) with and without PCA performance comparison (train and prediction time, area under ROC curve) in the Criteo's prediction CTR dataset

License

Notifications You must be signed in to change notification settings

alvarodemig/Algorithms-Performance-Comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms Performance Comparison

Dataset: Criteo's CTR prediction challenge

  • Dataset with all the variables
  • Dataset with dimensionality reduction (PCA)

Algorithms:

  • Logistic Regression
  • Random Forest
  • KNearest Neighbors
  • Naive Bayes
  • AdaBoost
  • Linear Discriminant Analysis
  • Gradient Boosting
  • Neural Networks (MultiLayer Perceptron)

Parameter tuning: YES

Output:

  • ROC curves (png)
  • Summary performances information of each algorithm (csv)

Programming Language: Python

Main Libraries:

  • Pandas
  • Numpy
  • Sklearn
  • Keras
  • Matplotlib

About

Algorithms' (Logistic Regression, Random Forest, KNN, Naive Bayes, AdaBoost, LDA, Gradient Boosting and MultiLayer Perceptron) with and without PCA performance comparison (train and prediction time, area under ROC curve) in the Criteo's prediction CTR dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages