Skip to content

tkuTM/adikteev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

adikteev

Predicting clicks and conversions

Getting started

Clone the repo

git clone https://github.com/ornelaxh/adikteev.git

It is recommended to use virtual environment for python applications. Create your environment

virtualenv -p python3 .venv
source .venv/bin/activate

To use this environment with the Jupyter notebook we need to create a kernel which will contain all the requirements.

pip install ipykernel
ipython kernel install --user --name=adikteev

Then the requirements are installed the typical way:

pip3 install -r requirements.txt

After the kernel is ready, it can be selected in your Jupyter notebook from the menu Kernel -> Change Kernel.

Start jupyter

jupyter notebook

Open the notebook OrnelaXhelili.ipynb. This notebook and the data campaigns.csv need to be in the same folder.

About

Predicting clicks and conversions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published