Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anras5/criteo-search-data

EDA and statistical tests on CriteoSearchData dataset
https://github.com/anras5/criteo-search-data

data-science pandas scikit-learn statistics

Last synced: 16 days ago
JSON representation

EDA and statistical tests on CriteoSearchData dataset

Awesome Lists containing this project

README

        

# CRITEO SPONSORED SEARCH CONVERSION LOG DATASET

# Description
This project presents EDA (Exploratory Data Analysis), elements of feature engineering and statistical testing of the "CRITEO SPONSORED SEARCH CONVERSION LOG DATASET"

All the information can be found in the ` main_notebook.ipynb`.

# How to run
1. Install `uv` for Python management.
2. Install dependencies with `uv sync`.
3. Run the Jupyter Lab with `uv run jupyter lab`.