Open edge0001 opened 3 years ago
Please refer to https://www.kaggle.com/c/avito-context-ad-clicks/data for details.
These features are obtained by joining two tsv files.
search_loc_level is the "Level" feature in "Location.tsv" corresponding to a given "SearchLocationID" in "SearchInfo.tsv".
search_cate_level is the "Level" feature in "Category.tsv" corresponding to a given "SearchCategoryID" in "SearchInfo.tsv".
search_sub_cate_id is the "SubCategoryID" feature in "Category.tsv" corresponding to a given "SearchCategoryID" in "SearchInfo.tsv".
ad_sub_cate_id is the "SubCategoryID" feature in "Category.tsv" corresponding to a given "CategoryID" in "AdsInfo.tsv".
Please refer to https://www.kaggle.com/c/avito-context-ad-clicks/data for details.
These features are obtained by joining two tsv files.
search_loc_level is the "Level" feature in "Location.tsv" corresponding to a given "SearchLocationID" in "SearchInfo.tsv".
search_cate_level is the "Level" feature in "Category.tsv" corresponding to a given "SearchCategoryID" in "SearchInfo.tsv".
search_sub_cate_id is the "SubCategoryID" feature in "Category.tsv" corresponding to a given "SearchCategoryID" in "SearchInfo.tsv".
ad_sub_cate_id is the "SubCategoryID" feature in "Category.tsv" corresponding to a given "CategoryID" in "AdsInfo.tsv".
thank you
Hi, Firstly,nice job of you!
What we want to know is what are the corresponding attributes of search_loc_level, search_cate_level, search_sub_cate_id and ad_sub_cate_id in the Avito data file?