Skip to content

cakirogluozan/CPCBidding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPCBidding

In this repository, CPC Bidding task is implemented.

CPC Bidding (Cost-per-click) is a charging metric for (booking, advertisement, etc.) websites. 

In this project, a booking website's 90 days of data is preprocessed, analysed and a forecasting model is proposed. Lastly, the model's performance is evaluated.

A detailed report can be found in here.

Source code of the report can be found in here.

SOURCE CODE

Code is implemented in Python 3.5 on Jupyter-Notebook.

Requirements:

General Functions: subprocess, warnings, os
Data Manipulation: pandas, numpy
Data Visualization: seaborn, matplotlib
Data Preparation: sklearn.utils, sklearn.model_selection
Machine Learning Model Proposal: sklearn.ensemble, sklearn.multioutput
Performance Evaluation: sklearn.metrics

REPORT

In the report, the whole process of the solution is expressed.

Context:

  • Walking through process
  • Data Preprocessing
  • Data Analysis
  • Feature Selection
  • Modeling
  • Performance Evaluation
  • Conclusion

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published