--- title: Avazu keywords: fastai sidebar: home_sidebar summary: "Avazu dataset." description: "Avazu dataset." nb_path: "nbs/datasets/datasets.avazu.ipynb" ---
{% raw %}
{% endraw %} {% raw %}
{% endraw %} {% raw %}

class AvazuDataset[source]

AvazuDataset(*args, **kwds) :: Dataset

Avazu Click-Through Rate Prediction Dataset Dataset preparation Remove the infrequent features (appearing in less than threshold instances) and treat them as a single feature :param dataset_path: avazu train path :param cache_path: lmdb cache path :param rebuild_cache: If True, lmdb cache is refreshed :param min_threshold: infrequent feature threshold Reference https://www.kaggle.com/c/avazu-ctr-prediction

{% endraw %} {% raw %}
{% endraw %}