Skip to content

rel-avito: ad CTR (Regression)

This example now materializes rel-avito from the relbench Python library. The local files keep the historical example filenames, but the source of truth is get_dataset("rel-avito", download=True).

from relbench_avito_ad_ctr import run_rel_avito_ad_ctr

df, mae, n_features, materialized, target = run_rel_avito_ad_ctr()
print(materialized)
print(target, mae, n_features, len(df))

Current implementation:

Interactive Runner