alexeygrigorev / avito-duplicates-kaggle

Solution for Avito Duplicate Ads Detection competition
61 stars 19 forks source link

mongo_put_iteminfo.py bug #1

Closed liudragonfly closed 8 years ago

liudragonfly commented 8 years ago

file mongo_put_iteminfo.py line 129: batch['parent_category'] = batch.categoryID.apply(parent_category.get) instead of batch['parent_category'] = batch.categoryID.apply(location_region.get)

alexeygrigorev commented 8 years ago

Thanks!